Skip to content

SQL Anywhere 0.1.0

Choose a tag to compare

@kwhorne kwhorne released this 21 Jun 08:36
· 26 commits to main since this release

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

See the README and docs/.

cargo build --release
cargo xtask build