Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.39 KB

README-libsql.md

File metadata and controls

36 lines (24 loc) · 1.39 KB

libSQL API

Twitter badge Discord badge

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.