wireservice / csvkit

A suite of utilities for converting to and working with CSV, the king of tabular file formats.
https://csvkit.readthedocs.io
MIT License
6.03k stars 603 forks source link

Specify which in-memory SQL database is created when querying CSV files directly #1222

Closed zachsa closed 1 year ago

zachsa commented 1 year ago

You can also use CSVSQL to “directly” query one or more CSV files. Please note that this will create an in-memory SQL database, so it won’t be very fast:

I assume that this is SQLite, and that I can therefore refer to SQLite documentation for query syntax / etc?

Thanks for this library

jpmckinney commented 1 year ago

Yes. Documentation has now been updated. Thank you for reporting!