esqueleto
esqueleto copied to clipboard
Extend the Postgres module with `@>` and `&&` Array operators
It would be great to add support for some of the most common PSQL array operations, contains & overlap.
I'm happy to submit the PR if you think Esqueleto's PostgreSQL
module is a good place for them.
This would be great!
We already have these operators in he PostgreSQL.JSON
module, so a new module Database.Esqueleto.PostgreSQL.Array
would be the logical place for them to live.
I believe this is done with my contribution last year?