summary refs log tree commit diff
path: root/synapse/storage/data_stores/main/transactions.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove `builtins.buffer` code from storage codeRichard van der Hoff2020-05-151-8/+1
* 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-10/+12
* Remove underscore from SQLBaseStore functionsErik Johnston2019-12-041-6/+6
* Move storage classes into a main "data store".Erik Johnston2019-10-211-0/+273