💿 In-memory key value store that saves your data to disk using JSON. 2 Commits
2023-07-05 00:20:26 +02:00
.gitignore Added basic information 2023-07-05 00:20:26 +02:00
Collection.go Added basic information 2023-07-05 00:20:26 +02:00
go.mod Added basic information 2023-07-05 00:20:26 +02:00
LICENSE Added basic information 2023-07-05 00:20:26 +02:00
Namespace.go Added basic information 2023-07-05 00:20:26 +02:00
README.md Initial commit 2023-07-04 21:35:20 +00:00

ocean

In-memory key/value store that writes JSON to disk.