luckyframework / avram

A Crystal database wrapper for reading, writing, and migrating Postgres databases.
https://luckyframework.github.io/avram/
MIT License
165 stars 64 forks source link

Add have any criteria #1042

Closed davidepaolotua closed 6 months ago

davidepaolotua commented 6 months ago

Implements the feature in #1030 However, the method was renamed to have_any?, instead of has_any, just because an array column will prolly be called in the plural form (e.g: Users.tags) and have_any just sounded better.