pgadapter icon indicating copy to clipboard operation
pgadapter copied to clipboard

Add samples and tests for ARRAY types to ORMs

Open olavloite opened this issue 2 years ago • 0 comments

Current ORM samples do not use any ARRAY columns. At least SQLAlchemy (and possibly others) support this.

https://docs.sqlalchemy.org/en/20/core/type_basics.html#sqlalchemy.types.ARRAY

olavloite avatar Feb 10 '23 14:02 olavloite