Turso …
cargo add tursoInstall CMAKE: AWS Libcrypto for Rust User Guide
use turso::Builder;
let db = Builder::new_local("sqlite.db").build().await?;let conn = db.connect()?;
let res = conn.query("SELECT * FROM users", ()).await?;DST
Since this is a reimplementation, doesn’t that mean that testing is now even harder? The reality is that it is the other way around. Since we are reimplementing it from scratch, we are doing it with Deterministic Simulation Testing (DST) built-in from the get-go
Deterministic Simulation Testing is a paradigm made famous by the folks at TigerBeetle, that we at Turso already dipped our toes into with our server-side code.
Pending
- TigerBeetle. The financial transactions database designed for mission critical safety and performance