mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-18 04:13:10 -06:00
The general idea here is to have the wasm build have a `NewXXXDatabase` that doesn't import any postgres package and hence we never import `lib/pq`, which doesn't work under WASM (undefined `userCurrent`). |
||
|---|---|---|
| .. | ||
| account_data_table.go | ||
| accounts_table.go | ||
| filter_table.go | ||
| membership_table.go | ||
| profile_table.go | ||
| storage.go | ||
| threepid_table.go | ||