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
Raw Normal View History

2022-07-23 07:28:33 +00:00
# mdb
2022-07-25 05:39:16 +00:00
An in-process, in-memory database for Go.
## TO DO
2022-07-27 13:22:20 +00:00
* 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
2022-07-27 07:56:01 +00:00
* BTreeIndex:
* Should insert panic if item is replaced?