Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add database config class (#6513) | Erik Johnston | 2019-12-18 | 1 | -3/+42 |
| | | | | | This encapsulates config for a given database and is the way to get new connections. | ||||
* | Pass Database into the data store | Erik Johnston | 2019-12-06 | 1 | -22/+16 |
| | |||||
* | Merge branch 'develop' of github.com:matrix-org/synapse into ↵ | Erik Johnston | 2019-12-06 | 1 | -23/+28 |
| | | | | erikj/make_database_class | ||||
* | Remove unused var | Erik Johnston | 2019-12-06 | 1 | -2/+0 |
| | |||||
* | Move background update handling out of store | Erik Johnston | 2019-12-05 | 1 | -0/+3 |
| | |||||
* | Comments | Erik Johnston | 2019-12-05 | 1 | -0/+5 |
| | |||||
* | Move DB pool and helper functions into dedicated Database class | Erik Johnston | 2019-12-05 | 1 | -0/+1485 |