LuaSqlite binding

Is it possible to use the lsqlite3 library together with the SQLCipher? Since SQLCipher and SQLite have the same interface, in theory it sounds plausible to me, but I am lost at finding out how to build them (on linux) so that lsqlite3 successfully uses the SQLCipher library in the runtime.

Hello @darkop

I have not tried to build LuaSqlite with SQLCipher, but on first pass, you might try building the SQLCipher library following these instructions, then modifying the rockspec for LuaSQLite3 to link your prebuilt library instead of the amalgamation.