Open vemv opened 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.
EXPLAIN
Cheers - V
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.
clojure.java.jdbc
next.jdbc
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