functional-orm
functional-orm copied to clipboard
Support array types in postgres
PostgreSQL has special array-type columns: https://www.postgresql.org/docs/12/arrays.html
Follow the comments in this thread to support BigInt for arrays too: vitaly-t/pg-promise#657