Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/libsql/libsql

libSQL is a fork of SQLite that is both Open Source, and Open Contributions.
https://github.com/libsql/libsql

database embedded-database rust sqlite webassembly

Last synced: about 2 months ago
JSON representation

libSQL is a fork of SQLite that is both Open Source, and Open Contributions.

Awesome Lists containing this project

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