Files
jldb/README.md

11 lines
254 B
Markdown
Raw Normal View History

2023-10-13 11:43:27 +02:00
# jldb
Replicated in-memory database and file store.
## TODO
* [ ] mdb: Tests for using `nil` snapshots ?
2023-10-13 11:43:27 +02:00
* [ ] mdb: tests for sanitize and validate functions
* [ ] Test: lib/wal iterator w/ corrupt file (random corruptions)
* [ ] Test: lib/wal io.go