dendrite/publicroomsapi/storage/sqlite3
Kegan Dougal eb80b5de12 Start adding conditional builds for wasm to handle lib/pq
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`).
2020-03-05 13:48:51 +00:00
..
prepare.go Support sqlite in addition to postgres (#869) 2020-02-13 17:27:33 +00:00
public_rooms_table.go Start adding conditional builds for wasm to handle lib/pq 2020-03-05 13:48:51 +00:00
storage.go Use sqlite3_js driver when running in JS 2020-02-22 20:53:57 +00:00