0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2024-09-22 03:50:55 +00:00
libsql/README-libsql.md
Dahlton S e7f7c1daa8
fix readme: go-libsql link (#1367)
fix: go-libsql link
2024-05-02 07:29:02 +00:00

1.4 KiB

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.