8 lines
258 B
Markdown

# ocean
In-memory key value store that saves your data to plain old JSON files.
If you like, you can operate on your entire data with classic UNIX tools.
Writing to disk is async, so the performance of your code is only limited by your CPU and RAM speed.