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

manage raw where clause with array as param #1044

Closed davidepaolotua closed 5 months ago

davidepaolotua commented 6 months ago

Implements #1031

Btw, is there any reason for which the raw does param substitution and does not use bind variables? Albeit small, there might be a perf hit, in that case