Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch back to centralised opening of the database | Tomasz Kramkowski | 2023-03-28 | 1 | -3/+3 |
| | | | | | | Create Store instances when needed This will make more sense with following commits | ||||
* | Throw all data manipulation code in one place | Tomasz Kramkowski | 2023-03-27 | 1 | -3/+3 |
| | | | | | This means that everything now goes through a Store object, which should make testing a little bit easier. | ||||
* | POST request support | Tomasz Kramkowski | 2023-03-27 | 1 | -0/+17 |
| | |||||
* | functional tests | Tomasz Kramkowski | 2023-03-27 | 1 | -0/+240 |