-
**Additional context**
Could use this Go driver: gorqlite (https://github.com/rqlite/gorqlite).
-
**Is your feature request related to a problem? Please describe.**
Ref: #23
Could we have a .deb file to install directly on Debian/Ubuntu and other variants ?
**Describe the solution you'd lik…
-
I would like to include the rqlite version in my application logs, but I didn't find a wrapper for the [rqlite status API](https://rqlite.io/docs/guides/monitoring-rqlite/#status-api). Can that be add…
-
I just published sqlx-rqlite at https://github.com/HaHa421/sqlx-rqlite and on crates.io to enable rqlite(rqlite.io) in sqlx.
Basic functionnalities are working, you can check simple and simple_chrono…
-
See: https://rqlite.io/docs/api/api/#blob-data
Could this crate have support for Blobs ?
Typically `Vec`
Thank you for this very cool crate !
PS: (I have no idea if it it hard, but no using as…
-
rqlite could be monitored by Prometheus if it exposed the right type of network interface.
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Feature description
Right now we have support for Postgres and MySQL. This gives us opportunity to use o…
-
**What version are you running?**
8.21.1
**Are you using Docker or Kubernetes to run your system?**
No
**Are you running a single node or a cluster?**
1 node + 1 reader
**What did yo…
-
- Support the RQLite distributed SQLite database - rqlite.com
- Support the [diagnostic information API](https://github.com/rqlite/rqlite/blob/master/DOC/DIAGNOSTICS.md) (in ultimate edition)
-
**Describe the solution you'd like**
I would like to be able to use Tortoise with rqlite databases.
Rqlite is an sqlite-based system that serves over HTTP, and can handle multiple database instances…