pg2
pg2 copied to clipboard
A fast PostgreSQL driver for Clojure
Results
2
pg2 issues
Sort by
recently updated
recently updated
newest added
ExecuteParams only accepts from the OID enum.
It would be great if pg2 supported pipelining: https://www.postgresql.org/docs/current/libpq-pipeline-mode.html Use-case: executing a large amount of independent `CREATE` statement against a remote server (with high roundtrip time) Alternative: Creating a [DO...