0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-11 08:58:59 +02:00
dendrite/syncapi/storage
Neil Alexander 3f9e38e80a
Consistent *sql.Tx usage across sync API (#2744)
This tidies up the `storage` package so that everything takes a
transaction parameter instead of something things that do and some that
don't.
2022-09-28 10:18:03 +01:00
..
postgres Consistent *sql.Tx usage across sync API (#2744) 2022-09-28 10:18:03 +01:00
shared Consistent *sql.Tx usage across sync API (#2744) 2022-09-28 10:18:03 +01:00
sqlite3 Consistent *sql.Tx usage across sync API (#2744) 2022-09-28 10:18:03 +01:00
tables Consistent *sql.Tx usage across sync API (#2744) 2022-09-28 10:18:03 +01:00
interface.go Fulltext implementation using Bleve (#2675) 2022-09-27 18:06:49 +02:00
storage.go Global database connection pool (for monolith mode) (#2411) 2022-05-03 16:35:06 +01:00
storage_test.go Implement history visibility on /messages, /context, /sync (#2511) 2022-08-11 18:23:35 +02:00
storage_wasm.go Global database connection pool (for monolith mode) (#2411) 2022-05-03 16:35:06 +01:00