Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | db: add FernDB.Write | siddharth | 2021-11-28 | 2 | -0/+147 |
| | | | | Writes database to disk. | ||||
* | db: add FernDB.Add | siddharth | 2021-11-28 | 2 | -0/+80 |
| | |||||
* | db: add FernDB.Exists | siddharth | 2021-11-28 | 2 | -0/+57 |
| | |||||
* | db: update TestOpenExistingDB | siddharth | 2021-11-28 | 1 | -1/+3 |
| | | | | Refactor dbFile closing. | ||||
* | db: update FernDB | siddharth | 2021-11-28 | 2 | -0/+20 |
| | | | | Add `mutex` field to the FernDB struct. | ||||
* | add db package | siddharth | 2021-11-28 | 2 | -0/+189 |