Skip to content

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 19 Apr 03:17
· 69 commits to master since this release

Citadel v0.7.0

Encrypted-first embedded database engine that outperforms unencrypted SQLite.

What's New

  • Savepoints - SAVEPOINT, RELEASE, ROLLBACK TO with PostgreSQL-style shadowing and nesting
  • Performance - ROLLBACK TO is 2.9x faster than SQLite on 10K-row transactions; nested savepoints 2.0x faster
  • Fixed - latent B+ tree bug where the LIL cached path held stale PageIds across CoW boundaries

Downloads

Platform CLI FFI
Linux x86_64 citadel-v0.7.0-x86_64-unknown-linux-musl.tar.gz citadel-ffi-v0.7.0-x86_64-unknown-linux-gnu.tar.gz
Linux aarch64 citadel-v0.7.0-aarch64-unknown-linux-gnu.tar.gz citadel-ffi-v0.7.0-aarch64-unknown-linux-gnu.tar.gz
macOS x86_64 citadel-v0.7.0-x86_64-apple-darwin.tar.gz citadel-ffi-v0.7.0-x86_64-apple-darwin.tar.gz
macOS aarch64 citadel-v0.7.0-aarch64-apple-darwin.tar.gz citadel-ffi-v0.7.0-aarch64-apple-darwin.tar.gz
Windows x86_64 citadel-v0.7.0-x86_64-pc-windows-msvc.zip citadel-ffi-v0.7.0-x86_64-pc-windows-msvc.zip

FIPS variants are prefixed with citadel-fips- / citadel-ffi-fips-.

All archives include SHA256 checksums.

Install

cargo install citadeldb-cli
npm install @citadeldb/wasm