Client Libraries
How to access rqlite via code
There are client libraries available for a variety of programming languages, including Python, Go, and Javascript, on the rqlite GitHub page. Many of these libraries are contributions from the community so be sure to do your own evaluation.
Go
Python
- https://github.com/rqlite/pyrqlite
- https://github.com/rqlite/sqlalchemy-rqlite
- https://github.com/Tjstretchalot/rqdb
Rust
- https://docs.rs/rqlite/latest/rqlite
- https://docs.rs/rqlite_client/
- https://github.com/HaHa421/sqlx-rqlite
- https://github.com/tomvoet/rqlite-rs
Typescript
Javascript
C
- https://github.com/rqlite/rqlite-dotnet
- https://github.com/sec/rqlite-net
- https://github.com/bfren/rqlite
PHP
Delphi (Pascal)
Java
Help wanted!
The client libraries offer various levels of functionality, depending on your programming language of choice. If you’re looking for a way to contribute to rqlite, contributing to the client library source code for your favourite language is a great way to help.
Last modified November 15, 2024: Update _index.md (e32b8ef)