mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-04 00: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