remodoy / clj-postgresql

PostgreSQL helpers for Clojure projects
BSD 2-Clause "Simplified" License
161 stars 17 forks source link

Does this work with yesql? #8

Closed kanwei closed 7 years ago

kanwei commented 8 years ago

I'm currently using yesql with the default stack, but would like to try using clj-postgresql as the backend for it. Could that work? Has anyone else tried?

melvinzhang commented 8 years ago

I'm passing the connection created by clj-postgresql.core/pool to yesql, works great.

alehatsman commented 7 years ago

@kanwei yes you can,

please close issue