LibPQ.jl
LibPQ.jl copied to clipboard
Switch the PQexec* functionality to use PQsend* instead
For one thing, this will make it possible to measure execution time separately from data transfer time. It will also be possible to run multiple queries at once (on different connections).