mirror of
https://github.com/fluencelabs/sqlite-wasm-connector
synced 2025-06-12 15:01:21 +00:00
Reexport sqlite3-sys feature sqlcipher.
This commit is contained in:
@ -18,3 +18,8 @@ sqlite3-sys = "0.6"
|
||||
|
||||
[dev-dependencies]
|
||||
temporary = "0.5"
|
||||
|
||||
[features]
|
||||
# Link sqlite3-sys against sqlcipher, instead of sqlite3,
|
||||
# enabling support for transparent database encryption.
|
||||
sqlcipher = ["sqlite3-sys/sqlcipher"]
|
||||
|
Reference in New Issue
Block a user