Turso is a new database engine written in Rust that maintains compatibility with SQLite's file format while addressing long-standing limitations. It adds built-in encryption, MVCC with concurrent writes support, and async I/O with io_uring. Unlike SQLite, Turso can scale from in-process usage to networked deployment across
Table of contents
What is SQLite, anyway?SQLite is great, but has many problems... most of which can be fixed by a rewrite in RustAn in-process database that can scale to multiple machinesExtensionsClosing Thoughts6 Comments
Sort: