KDb/Drivers/SQLite
Requirements for libsqlite3
configure as follows:
mkdir builddir cd builddir CPPFLAGS="-DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS \ -DSQLITE_ENABLE_COLUMN_METADATA" \ ../sqlite-src-???/configure --prefix=.... --enable-load-extension --enable-threadsafe
--enable-load-extension is a must to have support for setting up unicode collations.
Recommended options: --enable-threadsafe Optional: append --enable-debug for debugging version.