Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tursodatabase/libsql
libSQL is a fork of SQLite that is both Open Source, and Open Contributions.
https://github.com/tursodatabase/libsql
database embedded-database rust sqlite webassembly
Last synced: 7 days ago
JSON representation
libSQL is a fork of SQLite that is both Open Source, and Open Contributions.
- Host: GitHub
- URL: https://github.com/tursodatabase/libsql
- Owner: tursodatabase
- License: mit
- Created: 2022-09-29T18:56:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-11T10:26:44.000Z (25 days ago)
- Last Synced: 2024-10-12T07:32:36.341Z (24 days ago)
- Topics: database, embedded-database, rust, sqlite, webassembly
- Language: C
- Homepage: https://turso.tech/libsql
- Size: 158 MB
- Stars: 9,678
- Watchers: 59
- Forks: 256
- Open Issues: 277
-
Metadata Files:
- Readme: README-libsql.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- my-awesome - tursodatabase/libsql - database,rust,sqlite,webassembly pushed_at:2024-10 star:10.0k fork:0.3k libSQL is a fork of SQLite that is both Open Source, and Open Contributions. (C)
- awesome-turso - Rust SDK
- awesome-repositories - tursodatabase/libsql - libSQL is a fork of SQLite that is both Open Source, and Open Contributions. (C)
- StarryDivineSky - tursodatabase/libsql
- awesome-sqlite - tursodatabase/libsql: libSQL is a fork of SQLite that is both Open Source, and Open Contributions.
README
# 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