# 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?