💿 In-memory key value store that saves your data to disk using JSON. 4 Commits
2023-07-05 17:41:53 +02:00
.gitignore Added basic information 2023-07-05 00:20:26 +02:00
Collection_test.go Added generics to Collection 2023-07-05 17:41:53 +02:00
Collection.go Added generics to Collection 2023-07-05 17:41:53 +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 Added basic tests 2023-07-05 17:23:50 +02:00

ocean

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