dendrite/common/keydb
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
..
postgres Always defer *sql.Rows.Close and consult with Err (#844) 2020-02-11 14:12:21 +00:00
sqlite3 Add an LRU cache around the key DB 2020-03-04 18:00:12 +00:00
interface.go Start adding conditional builds for wasm to handle lib/pq 2020-03-05 13:48:51 +00:00
keydb.go Start adding conditional builds for wasm to handle lib/pq 2020-03-05 13:48:51 +00:00
keydb_wasm.go Start adding conditional builds for wasm to handle lib/pq 2020-03-05 13:48:51 +00:00
keyring.go use go module for dependencies (#594) 2019-05-21 21:56:55 +01:00