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, Python, Java, .NET, and WebAssembly. The database also includes vector support, asynchronous Linux I/O with io_uring, and a built-in MCP server that lets AI assistants inspect and modify databases through structured tools.