bitemyapp / esqueleto

New home of Esqueleto, please file issues so we can get things caught up!
BSD 3-Clause "New" or "Revised" License
376 stars 108 forks source link

PostgreSQL array functions support #337

Open tysonzero opened 2 years ago

tysonzero commented 2 years ago

I was looking to use array_position so that I could query based on a list of keys and return the first/last match in that list, but it seems like all the stuff in https://www.postgresql.org/docs/current/functions-array.html would be useful to define in the PostgreSQL module.

belevy commented 2 years ago

Contributions are welcome