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

Have update-where! perform type conversions and call `pre-update` methods #5

Open camsaul opened 7 years ago

camsaul commented 7 years ago

We could add a new function called simple-update-where! that keeps the current functionality (doing neither).