-
Notifications
You must be signed in to change notification settings - Fork 181
Closed
Description
Hi! We're looking for a Selda replacement, and Beam looks promising.
We'd like to use beam-sqlite
with GHC's Wasm backend, but it currently fails to build due to missing getProcessID
support (or equivalent):
processId <- fromString . show <$> getProcessID |
It appears Beam uses the process ID only as a unique identifier for the purposes of tracking a particular savepoint in runInsertReturningList
. Could getProcessID
potentially be replaced in Wasm by a pseudo-random number, instead?
Metadata
Metadata
Assignees
Labels
No labels