mirror of
https://github.com/tursodatabase/libsql.git
synced 2024-12-15 02:49:41 +00:00
e7f7c1daa8
fix: go-libsql link
1.4 KiB
1.4 KiB
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
- Rust
- Python
- JavaScript
- Go
- C (wip)
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.