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

Change model? to check for records #56

Closed plexus closed 5 years ago

plexus commented 5 years ago

Calling values with a keyword is not always safe or free of side effects, since model? is called on every loaded var we need to be more conservative.

Closes #55

@camsaul