0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-10-21 00:59:13 +02:00
dendrite/internal/sqlutil
Till 5579121c6f
Preparations for removing BaseDendrite (#3016)
Preparations to actually remove/replace `BaseDendrite`.
Quite a few changes:
- SyncAPI accepts an `fulltext.Indexer` interface (fulltext is removed
from `BaseDendrite`)
- Caches are removed from `BaseDendrite`
- Introduces a `Router` struct (likely to change)
  - also fixes #2903
- Introduces a `sqlutil.ConnectionManager`, which should remove
`base.DatabaseConnection` later on
- probably more
2023-03-17 11:09:45 +00:00
..
connection_manager.go Preparations for removing BaseDendrite (#3016) 2023-03-17 11:09:45 +00:00
connection_manager_test.go Preparations for removing BaseDendrite (#3016) 2023-03-17 11:09:45 +00:00
migrate.go
migrate_test.go
sql.go Add /_dendrite/admin/purgeRoom/{roomID} (#2662) 2023-01-19 21:02:32 +01:00
sqlite_cgo.go
sqlite_native.go
sqlutil.go
sqlutil_test.go Add /_dendrite/admin/purgeRoom/{roomID} (#2662) 2023-01-19 21:02:32 +01:00
trace.go
trace_driver.go
trace_driver_wasm.go
unique_constraint.go
unique_constraint_cgo.go
unique_constraint_wasm.go
uri.go
writer.go
writer_dummy.go
writer_exclusive.go