epost/purescript-node-postgres

Add query canceling

anttih opened this issue · 1 comments

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 brianc/node-postgres#1392