seancorfield / next-jdbc

A modern low-level Clojure wrapper for JDBC-based access to databases.
https://cljdoc.org/d/com.github.seancorfield/next.jdbc/
Eclipse Public License 1.0
750 stars 89 forks source link

Link to PG2 for PostgreSQL-specific option #273

Closed seancorfield closed 4 months ago

seancorfield commented 5 months ago

See https://github.com/igrishaev/pg2 -- link to it for a PG-specific option for performance since it avoids the JDBC overhead for queries/result sets/etc.