[PG] Array values with AWS Data API

hi!

I ran into this issue today when working with a schema that has an integer array column: https://github.com/drizzle-team/drizzle-orm/pull/1200

Any chance it can get some eyes soon? Or suggestion on a workaround?
GitHub
extending support from just string[] to all type of arrays, including array of arrays.
using AWS RDS data api before this with a query that returns rows with for example an array of long, results i...
Was this page helpful?