sqlite-http 0.1.0

An HTTP interface for SQLite.
sqlite-http-0.1.0 is not a library.

sqlite-http

An HTTP interface for SQLite. Plays very nicely with Litestream for backup / replication.

Examples

Basic

cargo run -- --host 127.0.0.1:8080 --db-path ./example.db

Only receieve sqlite-http's logs

RUST_LOG=off,sqlite_http=trace cargo run -- --host 127.0.0.1:8080 --db-path ./example.db

Replicate with litestream (existing config assumes a running local MinIO instance)

litestream replicate -config ./etc/litestream.yml

Restore with litestream (existing config assumes a running local MinIO instance)

litestream restore -config ./etc/litestream.yml -replica "S3 Backup" ./example.db