SQLite Forum

SQLite Plus: all the missing SQLite functions
Login
[I tried searching the forum to see if this had been posted before, but there's a minus sign in the search string and I'm not sure how to do it.  Anyway I didn't find anything so I'm posting it.]

There are a lot of SQLite extensions out there, but they are incomplete, inconsistent and scattered across the internet.  SQLite Plus brings them all together, neatly packaged by domain modules and built for Linux, Windows and macOS.  Here is what we've got right now:

* re: regular expressions
* stats: common statistical functions
* vsv: CSV files as virtual tables
* unicode: Unicode string functions

<https://github.com/nalgeon/sqlite-plus/>