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

14 lines
324 B
Markdown

# mdb
An in-process, in-memory database for Go.
## TO DO
* database: test for concurrent writers
* Create writers in different ID ranges of Users and Accounts
* Check results at end.
* database: WAL shipping
* database: WAL shipping with network disconnects
* BTreeIndex:
* Should insert panic if item is replaced?