_libSQL is an embeddable SQL database engine based on SQLite._
This libSQL API is an experimental, batteries-included library built on top of SQLite to support replication while retaining compatibility with the SQLite ecosystem, such as the SQL dialect and extensions.
## Features
* **Embedded replicas** that allow you to have replicated database inside your app.
* Supports **Rust**, **JavaScript**, **Python**, **Go**, and more.