We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
LIBSQL_ENCRYPTION
1 parent 440ca08 commit c27e6e1Copy full SHA for c27e6e1
libsql-ffi/build.rs
@@ -494,6 +494,7 @@ fn build_multiple_ciphers(out_path: &Path) -> PathBuf {
494
if cfg!(feature = "wasmtime-bindings") {
495
config.define("LIBSQL_ENABLE_WASM_RUNTIME", "1");
496
}
497
+ config.define("LIBSQL_ENCRYPTION", "1");
498
499
if cfg!(feature = "session") {
500
config
libsql-ffi/bundled/SQLite3MultipleCiphers/CMakeLists.txt
@@ -124,6 +124,7 @@ set(SQLITE3MC_BASE_DEFINITIONS
124
$<$<BOOL:${LIBSQL_ENABLE_WASM_RUNTIME}>:LIBSQL_ENABLE_WASM_RUNTIME=1>
125
LIBSQL_EXTRA_PRAGMAS=1
126
LIBSQL_CUSTOM_PAGER_CODEC=1
127
+ LIBSQL_ENCRYPTION=1
128
129
SQLITE_ENABLE_DBSTAT_VTAB=1
130
SQLITE_ENABLE_DBPAGE_VTAB=1
0 commit comments