1
0
Fork 0
mirror of https://github.com/matrix-org/dendrite.git synced 2025-04-17 06:14:27 -05:00
dendrite/roomserver/storage/postgres
Kegsay 19aa44ecae
Convert transactions/rooms table to share more code ()
* Convert rooms table

* Convert transactions table

* Convert rooms table and factor out lots of functions

* I think you'll be needing this..
2020-05-26 18:23:39 +01:00
..
event_json_table.go Convert events/event_json tables to share code () 2020-05-26 16:45:28 +01:00
event_state_keys_table.go roomserver: start refactoring storage layer () 2020-05-26 15:42:42 +01:00
event_types_table.go roomserver: start refactoring storage layer () 2020-05-26 15:42:42 +01:00
events_table.go Convert transactions/rooms table to share more code () 2020-05-26 18:23:39 +01:00
invite_table.go Fix and shuffle directory around () 2020-05-21 14:40:13 +01:00
membership_table.go Fix and shuffle directory around () 2020-05-21 14:40:13 +01:00
prepare.go Implement storage interfaces () 2020-01-03 14:07:05 +00:00
previous_events_table.go Fix and shuffle directory around () 2020-05-21 14:40:13 +01:00
room_aliases_table.go Fix and shuffle directory around () 2020-05-21 14:40:13 +01:00
rooms_table.go Convert transactions/rooms table to share more code () 2020-05-26 18:23:39 +01:00
sql.go Convert transactions/rooms table to share more code () 2020-05-26 18:23:39 +01:00
state_block_table.go Fix and shuffle directory around () 2020-05-21 14:40:13 +01:00
state_block_table_test.go Implement storage interfaces () 2020-01-03 14:07:05 +00:00
state_snapshot_table.go Always defer *sql.Rows.Close and consult with Err () 2020-02-11 14:12:21 +00:00
storage.go Convert transactions/rooms table to share more code () 2020-05-26 18:23:39 +01:00
transactions_table.go Convert transactions/rooms table to share more code () 2020-05-26 18:23:39 +01:00