SQLite 3.14 Released With CSV Virtual Table Support
SQLite 3.14 is now available as the newest version of this popular, cross-platform, embed-able SQL database software.
New to SQLite 3.14 is CSV virtual table support, which allows reading comma-separated value files. The CSV virtual table can then be interacted with as if its rows/columns were a native SQL table.
SQLite 3.14 also has performance optimizations to the query planner, enabled persistent loadable extensions, a VFS shim VFSSTAT loadable extension, enhancements to the Lemon parser generator, a new json_quote() SQL function, various bug fixes, and other improvements.
More details on the brand new SQLite 3.14.0 via SQLite.org.
New to SQLite 3.14 is CSV virtual table support, which allows reading comma-separated value files. The CSV virtual table can then be interacted with as if its rows/columns were a native SQL table.
SQLite 3.14 also has performance optimizations to the query planner, enabled persistent loadable extensions, a VFS shim VFSSTAT loadable extension, enhancements to the Lemon parser generator, a new json_quote() SQL function, various bug fixes, and other improvements.
More details on the brand new SQLite 3.14.0 via SQLite.org.
3 Comments