esqueleto icon indicating copy to clipboard operation
esqueleto copied to clipboard

Extend the Postgres module with `@>` and `&&` Array operators

Open ChrisCoffey opened this issue 8 years ago • 2 comments

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.

ChrisCoffey avatar Feb 01 '17 02:02 ChrisCoffey

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.

parsonsmatt avatar Mar 30 '20 15:03 parsonsmatt

I believe this is done with my contribution last year?

Vlix avatar Jan 21 '21 23:01 Vlix