lib.rs
Jan 19, 2025bundled uses a bundled version of SQLite. This is a good option for cases where linking to SQLite is complicated, such as Windows. sqlcipher looks for the SQLCipher library to link against instead of SQLite. This feature overrides bundled. bundled-sqlcipher uses a bundled version of SQLCipher. This searches for and links against a system ...