For a project I defined a convenience macro define-dao-class because we basically always want to define the :col-type slot and don't want to forget the metaclass. I was thinking it might be a nice addition.
The second slot is used as value for :col-type if its not a keyword.
For a project I defined a convenience macro
define-dao-class
because we basically always want to define the:col-type
slot and don't want to forget themetaclass
. I was thinking it might be a nice addition.:col-type
if its not a keyword.What do you think?