I added support for SQLCipher to the sqlite3-ruby gem
I’m just so happy this was accepted. You can now use SQLCipher with ruby when installed using --with-sqlcipher
flag. You can also check whether or not the gem was compiled with SQLCipher by using the top level static method now available SQLite3::sqlcipher?
★