purescript-node-postgres
purescript-node-postgres copied to clipboard
Add query canceling
We can use Aff cancelers for this.
Ok, we now have Aff 4.0 support but pg
currently doesn't support query canceling. There's an open PR for this though https://github.com/brianc/node-postgres/pull/1392