Introducing Limbo: A complete rewrite of SQLite in Rust

from blog Simon Willison's Weblog, | ↗ original
↗ original
Introducing Limbo: A complete rewrite of SQLite in Rust This looks absurdly ambitious: Our goal is to build a reimplementation of SQLite from scratch, fully compatible at the language and file format level, with the same or higher reliability SQLite is known for, but with full memory safety and on a new, modern architecture. The Turso team...