Sqlite Plus Versions Save

The ultimate set of SQLite extensions

0.14.1

2 years ago

Added the generate_series function to the stats extension.

0.14.0

2 years ago

stats extension:

  • Added percentile(x, perc) function.
  • BREAKING: removed mode(x) function due to performance issues.

0.13.2

2 years ago

Added mkdir and symlink functions to the fileio extension.

0.13.1

2 years ago

Added nupper, nlower and nlike alias functions to the unicode extension.

0.13.0

2 years ago

This release brings the fileio extension. It allows reading and writing files with SQL.

0.12.3

2 years ago

0.12.2

2 years ago

0.12.1

2 years ago

This release adds the caverphone function to the fuzzy extension.

0.12.0

2 years ago

This release brings the spellfix extension. It provides a string similarity search mechanism for large tables.

0.11.0

2 years ago

This release brings the fuzzy extension. It provides fuzzy string matching and phonetics functions:

  • Measure distance between two strings.
  • Compute phonetic string code.
  • Transliterate a string.