This repository has been archived on 2022-07-30. You can view files and clone it, but cannot push or open issues/pull-requests.
mdb/README.md

301 B

mdb

An in-process, in-memory database for Go.

TO DO

  • mapindex_test.go
    • TestFullMapIndex
    • TestPartialMapIndex
  • btreeindex_test.go
    • TestFullBTreeIndex
    • TestPartialBTreeIndex
  • btreeiterator_test.go
  • collection
  • database
    • WAL shipping
    • WAL shipping with network disconnects