mirror of
https://github.com/fluencelabs/sqlite-wasm-connector
synced 2025-04-25 08:42:14 +00:00
Reexport sqlite3-sys feature sqlcipher.
This commit is contained in:
parent
4b55805031
commit
fc52cb5627
@ -18,3 +18,8 @@ sqlite3-sys = "0.6"
|
|||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
temporary = "0.5"
|
temporary = "0.5"
|
||||||
|
|
||||||
|
[features]
|
||||||
|
# Link sqlite3-sys against sqlcipher, instead of sqlite3,
|
||||||
|
# enabling support for transparent database encryption.
|
||||||
|
sqlcipher = ["sqlite3-sys/sqlcipher"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user