2023-07-05 22:02:16 +02:00

7 lines
321 B
Markdown

# ocean
In-memory key value store that saves your data to simple JSON files.
No background processes, no schemas, just plain old files.
If you like, you can execute a search 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.