haskell-opaleye
haskell-opaleye copied to clipboard
Support binary format
libpq supports a binary interchange format -- see https://www.stackage.org/haddock/lts-17.11/postgresql-libpq-0.9.4.3/Database-PostgreSQL-LibPQ.html#v:execParams .
We recently ran into some performance issues, and I suspect that avoiding to escape the results of queries would greatly help. However I think opaleye and even postgresql-simple do not support the binary format -- so I didn't go very far.