#key-value-store #store #rest #key-value #sqlite #host-name

bin+lib litekv

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

1 unstable release

0.1.0 Aug 5, 2021

#6 in #host-name

22 downloads per month

MIT license

19KB
335 lines

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

Dependencies

~50MB
~1M SLoC