It is a simple in-memory key value store supporting search
, put
, delete
options.
npm install
npm run dev
"sde" : {"role": "SDE1", "year": 2023....}
put key attributeKey1 attributeValue1 attributeKey2...
search attributeKey attributeValue
delete key
exit