dendrite/roomserver/storage/sqlite3
Kegsay c0c5d9452a Convert room_aliases previous_events state_block and state_snapshot tables (#1064)
* Convert state_snapshot and state_block tables

* Convert room_aliases and previous_events tables

* Add missing table
2020-05-27 09:36:09 +01:00
..
event_json_table.go Convert events/event_json tables to share code (#1062) 2020-05-26 16:45:28 +01:00
event_state_keys_table.go roomserver: start refactoring storage layer (#1061) 2020-05-26 15:42:42 +01:00
event_types_table.go roomserver: start refactoring storage layer (#1061) 2020-05-26 15:42:42 +01:00
events_table.go Convert transactions/rooms table to share more code (#1063) 2020-05-26 18:23:39 +01:00
invite_table.go Fix #897 and shuffle directory around (#1054) 2020-05-21 14:40:13 +01:00
membership_table.go Fix #897 and shuffle directory around (#1054) 2020-05-21 14:40:13 +01:00
prepare.go Support sqlite in addition to postgres (#869) 2020-02-13 17:27:33 +00:00
previous_events_table.go Convert room_aliases previous_events state_block and state_snapshot tables (#1064) 2020-05-27 09:36:09 +01:00
room_aliases_table.go Convert room_aliases previous_events state_block and state_snapshot tables (#1064) 2020-05-27 09:36:09 +01:00
rooms_table.go Convert transactions/rooms table to share more code (#1063) 2020-05-26 18:23:39 +01:00
sql.go Convert room_aliases previous_events state_block and state_snapshot tables (#1064) 2020-05-27 09:36:09 +01:00
state_block_table.go Convert room_aliases previous_events state_block and state_snapshot tables (#1064) 2020-05-27 09:36:09 +01:00
state_block_table_test.go Support sqlite in addition to postgres (#869) 2020-02-13 17:27:33 +00:00
state_snapshot_table.go Convert room_aliases previous_events state_block and state_snapshot tables (#1064) 2020-05-27 09:36:09 +01:00
storage.go Convert room_aliases previous_events state_block and state_snapshot tables (#1064) 2020-05-27 09:36:09 +01:00
transactions_table.go Convert transactions/rooms table to share more code (#1063) 2020-05-26 18:23:39 +01:00