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

bin+lib litekv

LiteKV 是一个简单的基于 SQLite 的 REST API 的轻量级键值存储

1 个不稳定版本

0.1.0 2021 年 8 月 5 日

#7#host-name

MIT 许可证

19KB
335

LiteKV

LiteKV   版本  

LiteKV 是一个简单的基于 SQLite 的 REST API 的轻量级键值存储。

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

依赖项

~57MB
~1M SLoC