Link parkin’: sqlite-xsv
sqlite-xsv is a new SQLite extension for querying CSVs, TSVs, and other-SVs, written in Rust, based on sqlite-loadable and the excellent csv crate.
…
Current in SQLite, you have 2 options for parsing CSVs: the official SQLite CSV virtual table and sqlean’s vsv counterpart. Both work as advertised, and are perfectly fine by itself!
However, sqlite-xsv provides various ergonomic benefits over these two extensions, such as:
Another Alex Garcia special