turso
A SQL database in Rust: SQLite-compatible, now also speaking Postgres (experimental). The LLVM of databases.
About this project
Turso Database An in-process SQL database, compatible with SQLite, and now with a Postgres frontend too. About Turso is an in-process SQL database written in Rust, compatible with SQLite. It runs in production today at multiple organizations. Turso is also a virtual machine. Like SQLite, it compiles SQL into bytecode for that machine, the VDBE, and then runs the bytecode. That design is what lets one engine host more than one SQL dialect. SQLite is the first and primary frontend that compiles to it, and Postgres is now a frontend of its own, with its own dialect and wire protocol. More will follow. Our goal is to be for databases what…
Technologies
Project health
GitHub
Reviews
Built by
Maintain tursodatabase/turso? Claiming verifies admin access through your GitHub account and gives you control of this listing.


