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
5.9k stars 605 forks source link

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

Closed zachsa closed 7 months ago

zachsa commented 7 months 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 7 months ago

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