Restique

Usage

./restique dev.db
./restique dev.db --port 5000

Routes

Get all tables

curl http://localhost:8080/

Get a single table

curl http://localhost:8080/{tableName}

Get a row by primary key

Doesn't work with composite primary keys.

curl http://localhost:8080/{tableName}/{primaryKeyValue}