mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-30 06:24:21 +01:00
This PR adds a port of [SQLite's CSV virtual table extension](https://www.sqlite.org/csv.html). Planned follow-ups: * Pass detailed error messages from `VTabModule::create`, not just `ResultCode`s. * Address the TODO in `VTabModuleImpl::create_schema`. Reviewed-by: Jussi Saurio <jussi.saurio@gmail.com> Closes #1544