Escribe para buscar…

Turso

Esta página todavía no se ha traducido — se muestra en su idioma original:English

Turso

Docs - Rust

ps
cargo add turso

Install CMAKE: AWS Libcrypto for Rust User Guide

rust
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

Introducing Limbo

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