Commit graph

2 commits

Author SHA1 Message Date
Kegan Dougal a7d50a7ceb Add conditional building to remaining storage APIs 2020-03-05 15:08:43 +00:00
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