Turso Database
Turso is an in-process SQL database, compatible with SQLite
Turso is an in-process SQL database written in Rust and designed to stay compatible with SQLite. It supports SQLite’s SQL dialect, file formats, and C API while adding newer database capabilities. The project is currently in beta, so it is best used with care and proper backups for production data. Turso includes support for concurrent writes through MVCC, change data capture, and faster schema management. It offers bindings and integrations across languages such as Rust, JavaScript, Go,...