1 个不稳定版本
0.1.0 | 2021 年 8 月 5 日 |
---|
#7 在 #host-name
19KB
335 行
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