nilenso / honeysql-postgres

PostgreSQL extension for honeysql
http://nilenso.com
Eclipse Public License 1.0
193 stars 28 forks source link

`EXPLAIN`, `EXPLAIN ANALYZE` support #68

Open vemv opened 3 years ago

vemv commented 3 years ago

Hi!

It would be nice to support https://www.postgresql.org/docs/9.1/sql-explain.html OOTB.

I think that EXPLAIN doesn't belong to the SQL standard to this would be an extension to honeysql.

Cheers - V

seancorfield commented 3 years ago

Interestingly, this is something that clojure.java.jdbc supports (for nearly all databases) that I haven't yet added to next.jdbc. It's definitely not PG-specific.