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
768 stars 90 forks source link

tips-and-tricks: working with postgresql arrays #108

Closed maxp closed 4 years ago

seancorfield commented 4 years ago

Thank you! I noticed that java.sql.Array is generic for JDBC -- do you happen to know how this works with other databases? I'm wondering if it's a more general tip than just PostgreSQL?

maxp commented 4 years ago

It should be general for JDBC, but I have not tried other drivers.