summary refs log tree commit diff
path: root/synapse/storage/data_stores/main/appservice.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957)Patrick Cloke2020-02-211-6/+8
* Change DataStores to accept 'database' param.Erik Johnston2019-12-061-2/+3
* Move DB pool and helper functions into dedicated Database classErik Johnston2019-12-051-11/+13
* Remove underscore from SQLBaseStore functionsErik Johnston2019-12-041-5/+5
* Move storage classes into a main "data store".Erik Johnston2019-10-211-0/+367