SQLite Plugin 4.0 released

SQLite Plugin has been updated to version 4.0. This update includes the following new features.

  • 64-bit support on Mac
  • Updated SQLite libraries plus various SQLite extensions.
  • Support for JSON data / functions.
  • Full text search.
  • Fuzzy matching, approximate matching, spell fix
  • Transitive closures (hierarchical relationships within a single table)
  • Support for reading/writing CSV data
  • File I/O functions
  • Percentile function

Please refer to the section “Version history” of the documentation for a complete overview of the changes.

More information on SQLite Plugin

SQLite Plugin 3.0 released

SQLite Plugin has been updated to version 3.0. This version adds support for features such as Windows 64-bit and time and blob arrays. New commands have been added for online backups, column bindings and SQL keywords and formulas. The plugin now also offers built-in support for several SQLite extensions such as full-text searches, geospatial systems (R-Tree), approximate matches and hierarchical parent-child relationships.

Please refer to the section “Version history” in the documentation for details.

More information on SQLite Plugin