1.1.0
- Make
toucan.db/insert!
and friends use HoneySQL, so that you can usehoneysql.core/call
for SQL function calls. (Credit: @plexus) - You can now pass protocol implementations directly to
defmodel
, the same way as you would withdefrecord
ordeftype
(#9) (Credit: @plexus) - Toucan models now implement
empty
(#1) andapply
(#2) (Credit: @plexus) - Fix typo in error message (#8) (Credit: @bandresen)