Go to file
jdl 6da018353a Cleanup 2023-12-03 19:57:26 +01:00
fstore Cleanup. 2023-10-16 08:50:19 +00:00
lib Cleanup 2023-12-03 19:57:26 +01:00
mdb Cleanup 2023-12-03 19:57:26 +01:00
.gitignore Added .gitignore. 2023-10-13 11:47:50 +02:00
README.md Initial commit 2023-10-13 11:43:27 +02:00
dep-graph.sh Initial commit 2023-10-13 11:43:27 +02:00
go.mod Initial commit 2023-10-13 11:43:27 +02:00
go.sum Initial commit 2023-10-13 11:43:27 +02:00

README.md

jldb

Replicated in-memory database and file store.

TODO

  • mdb: tests for sanitize and validate functions
  • Test: lib/wal iterator w/ corrupt file (random corruptions)
  • Test: lib/wal io.go