bitemyapp / esqueleto

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

PostgreSQL array functions support #337

Open tysonzero opened 1 year ago

tysonzero commented 1 year 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 1 year ago

Contributions are welcome