💿 In-memory key value store that saves your data to disk using JSON. 7 Commits
2023-07-05 23:59:49 +02:00
.editorconfig Added explanation 2023-07-05 22:02:16 +02:00
.gitignore Added explanation 2023-07-05 22:02:16 +02:00
Collection_test.go Added file system persistence 2023-07-05 23:59:49 +02:00
Collection.go Added file system persistence 2023-07-05 23:59:49 +02:00
go.mod Added basic tests 2023-07-05 17:23:50 +02:00
go.sum Added basic tests 2023-07-05 17:23:50 +02:00
LICENSE Added basic information 2023-07-05 00:20:26 +02:00
Namespace_test.go Added basic tests 2023-07-05 17:23:50 +02:00
Namespace.go Added basic tests 2023-07-05 17:23:50 +02:00
README.md Improved explanation 2023-07-05 22:07:43 +02:00

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.