next-jdbc/resources/clj-kondo.exports/com.github.seancorfield/next.jdbc/config.edn
2023-08-09 19:35:25 -07:00

7 lines
282 B
Clojure

{:hooks
{:analyze-call
{next.jdbc/with-transaction
hooks.com.github.seancorfield.next-jdbc/with-transaction
next.jdbc/with-transaction+options
hooks.com.github.seancorfield.next-jdbc/with-transaction+options}}
:lint-as {next.jdbc/on-connection clojure.core/with-open}}