- Build on the most deployed database in the world
- SQLite is the most deployed database in the world because it's the simplest to write, test and deploy. libSQL, the open contribution fork of SQLite, builds on that foundation while preserving all the benefits developers love.
- Affordable to run, replicate and scale
- SQLite runs anywhere, from the smallest device to the most powerful server. With native replication, libSQL makes that into a database that can massively replicate and scale, with low resource usage.
- Develop, test and deploy with the same database
- Unlike Postgres and MySQL, a SQLite database is just a file. That means local testing is fast and doesn't depend on spawning containers or services. libSQL adds an HTTP mode that lets you take the code you just tested straight into production.
- Allows for massive multi-tenancy
- libSQL lets you easily spin up one database per user, regardless of scale, using multi-tenant database groups. That means support for per user data isolation and convenient geographical placement for minimized latency and local compliance.
- Run locally or over the network
- libSQL comes with a server mode, libsql-server, and because of other powerful native features like replication, embedded replicas, multi tenancy and edge nodes in every major geo in the world, that means you can write locally and deploy wherever you like.
- It's open source and open contribution
- We love SQLite, and we believe the Open Source community can help us continue to build it into a modern application powerhouse, while continuing to integrate it into modern workflows. That's why we made the libSQL fork open contribution.