# LiteKV ![LiteKV](https://img.shields.io/badge/app-eye5g-ff8d3a.svg?style=for-the-badge)   ![Version](https://img.shields.io/badge/version-0.1-05A5CC.svg?style=for-the-badge)   LiteKV is a tiny key-value store with a simple REST API backed by SQLite. ``` Usage: litekv [--host ] [--port ] [--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 ```