v 0.6.1
- Crystal 0.23.1 support
- fix WHERE IN query with empty Array @metacortex
- (breaking change)
created_at_field
changed toset_created_at_field
,updated_at_field
changed toset_updated_at_field
- option to use schema without a primary key
- use 'first?' to prevent 'IndexError' when insert/update @metacortex