crecto v0.6.1 Release Notes

Release Date: 2017-07-14 // almost 7 years ago
    • 👍 Crystal 0.23.1 support
    • 🛠 fix WHERE IN query with empty Array @metacortex
    • (breaking change) created_at_field changed to set_created_at_field, updated_at_field changed to set_updated_at_field
    • option to use schema without a primary key
    • ⚡️ use 'first?' to prevent 'IndexError' when insert/update @metacortex