SQL Anywhere 0.1.0
SQL Anywhere 0.1.0
First release of SQL Anywhere β an embeddable, replication-ready SQL engine built on SQLite, maintained by Elyra.
Highlights
- Embedded Rust API (
sqlanywhere) β async, batteries-included wrapper over the SQLite C API - Embedded replicas β keep a live local copy of a remote database in-process
- Server mode (
sqld/sqlanywhere-server) β SQLite over HTTP and WebSockets - Bottomless replication β continuous WAL streaming to S3-compatible storage
- At-rest & in-transit encryption, offline writes, and a pluggable virtual WAL
- Drop-in SQLite file-format and API compatibility
Getting started
cargo build --release
cargo xtask build