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

19 lines
322 B
Markdown

# mdb
An in-process, in-memory database for Go.
## TO DO
* mapindex_test.go
* ~~TestFullMapIndex~~
* btreeindex_test.go
* TestPartialBTreeIndex
* btreeiterator_test.go (?)
* collection
* database
* WAL shipping
* WAL shipping with network disconnects
* BTreeIndex:
* Should insert panic if item is replaced?