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