SQLite 3.14 Released With CSV Virtual Table Support

Written by Michael Larabel in Free Software on 8 August 2016 at 01:24 PM EDT. 3 Comments
FREE SOFTWARE
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.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week