Skip to content

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

License

Notifications You must be signed in to change notification settings

SilentByte/litekv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LiteKV

LiteKV   Version  

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

Install

cargo install litekv

Usage

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages