8 lines
258 B
Markdown
Raw Normal View History

2023-07-04 21:35:20 +00:00
# ocean
2023-07-05 20:07:43 +00:00
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.
2023-07-05 20:02:16 +00:00
Writing to disk is async, so the performance of your code is only limited by your CPU and RAM speed.