justinethier / keyva

:key: A distributed key-value store
MIT License
26 stars 2 forks source link

Command-line tool to manipulate DB #24

Open justinethier opened 2 years ago

justinethier commented 2 years ago

Should either enhance the existing REPL tool or create a new one to be able to perform CRUD operations and other basic functionality on a DB from the command line.

May want to consider flagging when a DB is in use so that such tools cannot interfere with a running system.