mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-17 11:53:09 -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`). |
||
|---|---|---|
| .. | ||
| postgres | ||
| sqlite3 | ||
| interface.go | ||
| keydb.go | ||
| keydb_wasm.go | ||
| keyring.go | ||