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

Dead link to JDBC PostgreSQL arrays docs #241

Closed p-himik closed 1 year ago

p-himik commented 1 year ago

The page at https://cljdoc.org/d/com.github.seancorfield/next.jdbc/1.3.847/doc/getting-started/tips-tricks?q=array#working-with-arrays links to PostgreSQL™ Extensions to the JDBC API but it's 404 now.

Seems like the link should be https://jdbc.postgresql.org/documentation/server-prepare/#arrays now. And also the mentioned 7 types should probably be changed to 8 types.

seancorfield commented 1 year ago

Thanks!