-
### What would you like to be added
A database connector for rqlite (I am happy to contribute it myself).
### Description
I would like to use a HA step-ca deployment with [rqlite](https://rql…
-
My python code
`engine = create_engine('rqlite+pyrqlite://localhost:4001/')`
At the beginning, it can work properly. When I restart rqlited, the engine becomes unavailable.Until I run create_engine …
-
sqlite does support byte arrays as blobs but unfortunately it doesn't seem like rqlite does due to the json api.
Rqlite [suggests](https://rqlite.io/docs/api/api/#blob-data) using inline hex which we …
-
https://github.com/oscillatingworks/compass/tree/master/rqlite
-
tried to install this to use it on django. python version is 3.12
```
❯ pip install ./rqlite-django
Processing ./rqlite-django
Installing build dependencies ... done
Getting requirements to…
-
Supporting several locks without centralization of data to avoid single point of failure might be considered.
Distributed database or private blockchain are possible implementations of such concept…
-
Hi @otoolep! I've been doing some cluster testing in my local network using three computers running rqlited, and a single instance of Mailpit. While ingesting a constant stream of incoming emails via …
-
Good morning.
I started a single node rqlited (planning to add nodes and make it a cluster of 3) and imported a big sqlite database (~450Gb) via .boot command in CLI.
Everything went as planned (it …
-
As per http://www.philipotoole.com/building-a-snap-for-rqlite/
-
If you can, I would perform an explicit "network test connect" call first. Call /status, and ensure you get 200 back. That way you can be sure you're talking to an rqlite node.
Actually it just cal…