dendrite/syncapi/storage
Kegsay 1b34130a5b
Finish merging syncserver.go (#1033)
* Refactor all postgres tables; start work on sqlite

* wip sqlite merges; database is locked errors to investigate and failing tests

* Revert "wip sqlite merges; database is locked errors to investigate and failing tests"

This reverts commit 26cbfc5b75ae2dc4fb31a838b917aa39d758f162.

* convert current room state table

* port over sqlite topology table

* remove a few functions

* remove more functions

* Share more code

* factor out completesync and a bit more

* Remove remaining code
2020-05-14 16:11:37 +01:00
..
postgres Finish merging syncserver.go (#1033) 2020-05-14 16:11:37 +01:00
shared Finish merging syncserver.go (#1033) 2020-05-14 16:11:37 +01:00
sqlite3 Finish merging syncserver.go (#1033) 2020-05-14 16:11:37 +01:00
tables Finish merging syncserver.go (#1033) 2020-05-14 16:11:37 +01:00
interface.go syncapi: Rename and split out tokens (#1025) 2020-05-13 12:14:50 +01:00
storage.go Finish merging syncserver.go (#1033) 2020-05-14 16:11:37 +01:00
storage_test.go Finish merging syncserver.go (#1033) 2020-05-14 16:11:37 +01:00
storage_wasm.go Finish merging syncserver.go (#1033) 2020-05-14 16:11:37 +01:00