Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 07 Apr 13:28
· 88 commits to master since this release

Citadel v0.3.0

Encrypted-first embedded database engine that outperforms unencrypted SQLite.

What's New

  • 9/9 benchmark wins vs unencrypted SQLite with equal cache budgets (32 MB both sides)
  • Performance optimizations across SQL executor, buffer pool, and transaction layer
  • Reduced commit lock contention with selective pool invalidation
  • Fair head-to-head benchmarks (SQLite: journal_mode=OFF, synchronous=OFF, cache_size=8000)

Downloads

Platform CLI FFI
Linux x86_64 citadel-v0.3.0-x86_64-unknown-linux-musl.tar.gz citadel-ffi-v0.3.0-x86_64-unknown-linux-gnu.tar.gz
Linux aarch64 citadel-v0.3.0-aarch64-unknown-linux-gnu.tar.gz citadel-ffi-v0.3.0-aarch64-unknown-linux-gnu.tar.gz
macOS x86_64 citadel-v0.3.0-x86_64-apple-darwin.tar.gz citadel-ffi-v0.3.0-x86_64-apple-darwin.tar.gz
macOS aarch64 citadel-v0.3.0-aarch64-apple-darwin.tar.gz citadel-ffi-v0.3.0-aarch64-apple-darwin.tar.gz
Windows x86_64 citadel-v0.3.0-x86_64-pc-windows-msvc.zip citadel-ffi-v0.3.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