metabase / toucan

A classy high-level Clojure library for defining application models and retrieving them from a DB
Eclipse Public License 1.0
570 stars 49 forks source link

Make *transaction-connection* public #61

Closed miikka closed 5 years ago

miikka commented 5 years ago

As discussed in #42, let's mark *transaction-connection* as public so that the default database connection can be set using dynamic variables instead of using the global mutable state.