mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-02 07:21:08 +00:00

* SQLite: Execute SQLCipher pragmas as very first operations on the database SQLCipher requires, apart from 'key' pragma also other cipher-related to be executed before read/write to the database. * Added tests for SQLCipher functionality * remove default-features from libsqlite3-sys when building from dev-dependencies Co-authored-by: Szymon Zimnowoda <szimnowoda.memri@gmail.com>