Turso provides an embedded SQL database solution, fully compatible with the SQLite API, allowing you to manage data directly within your application. It's designed for scenarios where you need a local, performant database without the overhead of a separate server process.
A Rust-based, in-process SQL database that's compatible with SQLite.
Developers building applications that require an embedded, performant SQL database with SQLite compatibility, including serverless functions or desktop applications.