KyselyK
Kysely3y ago
24 replies
Daniel Cruz

Transform Postgres array into JS array

Hey, I was wondering if there's a helper or something to transform Postgres arrays {one, two} into JS arrays ['one', 'two']. Right I know the Postgres array is turned into a string when executing queries
Was this page helpful?