Skip to content

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 17 Apr 16:08
· 72 commits to master since this release

Citadel v0.6.0

Encrypted-first embedded database engine that outperforms unencrypted SQLite.

What's New

  • Views - CREATE/DROP VIEW, OR REPLACE, IF NOT EXISTS/IF EXISTS, nested views, view fusion, predicate pushdown
  • Correlated subqueries - EXISTS/NOT EXISTS, IN/NOT IN, scalar subqueries with decorrelation
  • Performance - 23/23 benchmark wins vs unencrypted SQLite (up from 13/13)

Downloads

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