0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2024-12-15 14:29:44 +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

37 lines
1.4 KiB
Markdown

# libSQL API
[![Twitter badge][]][Twitter URL] [![Discord badge][]][Discord URL]
_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](core)
* [Python](https://github.com/libsql/libsql-experimental-python)
* [JavaScript](https://github.com/libsql/libsql-experimental-node)
* [Go](https://github.com/libsql/go-libsql)
* [C](bindings/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.
[Twitter badge]: https://img.shields.io/twitter/follow/libsqlhq.svg?style=social&label=Follow
[Twitter URL]: https://twitter.com/intent/follow?screen_name=libsqlhq
[Discord badge]: https://img.shields.io/discord/1026540227218640906?color=5865F2&label=discord&logo=discord&logoColor=8a9095
[Discord URL]: https://discord.gg/TxwbQTWHSr
[MIT license]: https://github.com/libsql/libsql/blob/main/LICENSE.md