mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-08 18:16:59 +00:00
5579121c6f
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 |
||
---|---|---|
.. | ||
connection_manager_test.go | ||
connection_manager.go | ||
migrate_test.go | ||
migrate.go | ||
sql.go | ||
sqlite_cgo.go | ||
sqlite_native.go | ||
sqlutil_test.go | ||
sqlutil.go | ||
trace_driver_wasm.go | ||
trace_driver.go | ||
trace.go | ||
unique_constraint_cgo.go | ||
unique_constraint_wasm.go | ||
unique_constraint.go | ||
uri.go | ||
writer_dummy.go | ||
writer_exclusive.go | ||
writer.go |