litekv

Crates.iolitekv
lib.rslitekv
version0.1.0
sourcesrc
created_at2021-08-05 11:56:30.935721
updated_at2021-08-05 11:56:30.935721
descriptionLiteKV is a tiny key-value store with a simple REST API backed by SQLite.
homepagehttps://github.com/SilentByte/litekv
repositoryhttps://github.com/SilentByte/litekv
max_upload_size
id431897
size65,634
Rico A. Beti (SilentByte)

documentation

README

LiteKV

LiteKV   Version  

LiteKV is a tiny key-value store with a simple REST API backed by SQLite.

Usage: litekv [--host <host>] [--port <port>] [--db <db>] [--readonly]

A tiny key-value store with a simple REST API backed by SQLite.

Options:
  --host            host name or address for which LiteKV is listening
  --port            port on which LiteKV is listening
  --db              path to the database file
  --readonly        whether or not the data store should be readonly
  --help            display usage information
Commit count: 16

cargo fmt