pgx
pgx copied to clipboard
What replaces pgtype.TextArray?
Hi,
I'm in the process of refactoring some backend code that requires an upgrade to pgx v5, meaning we have to use the new type system. So far it's going okay, but I've hit a wall with pgtype.TextArray. On my models that previously used pgtype.TextArray, what is the correct type to use?
Candidate solution: https://github.com/jackc/pgx/pull/2020