libsql

libSQL is a fork of SQLite that is both Open Source, and Open Contributions.

MIT License

Downloads
256.4K
Stars
9.7K
Committers
86

libSQL API

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.

Getting Started

License

This project is licensed under the MIT license.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in libSQL by you, shall be licensed as MIT, without any additional terms or conditions.