sqlite-http-0.2.0 is not a library.
sqlite-http
An HTTP interface for SQLite. Plays very nicely with Litestream for backup / replication.
Install
Examples
Basic
Only receieve sqlite-http's logs
RUST_LOG=off,sqlite_http=trace
Replicate with litestream (existing config assumes a running local MinIO instance)
Restore with litestream (existing config assumes a running local MinIO instance)
Collecting Metadata
Using the --collect-metadata flag creates a __metadata_query table that may be useful in debugging and performance monitoring. Its schema is as follows.
| Column | Type |
|---|---|
| id | INTEGER |
| payload | TEXT |
| started_at | TEXT |
| finished_at | TEXT |