Go to file
jdl 73a2d351d4 goimports cleanup 2023-10-16 09:39:50 +02:00
fstore goimports cleanup 2023-10-16 09:39:50 +02:00
lib goimports cleanup 2023-10-16 09:39:50 +02:00
mdb goimports cleanup 2023-10-16 09:39:50 +02: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