mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-01 23:44:19 +01:00
We had encryption feature behind a compiler flag. However, it wasn't enabled by default. This patch: - enables compiler flag by default - it also adds an opt in runtime flag `experimental-encryption` - the runtime flag is disabled by default Closes #3457
Integration and regression test suite.
# run all tests
cargo test
# run individual test
cargo test test_sequential_write -- --nocapture