dynotx / liminal-orm

ORM and toolkit to help keep your Benchling schemas and downstream dependencies in sync.
https://dynotx.github.io/liminal-orm/
Apache License 2.0
34 stars 3 forks source link

change array to json for column sqlalchemy type #66

Closed ndamania00 closed 1 day ago

ndamania00 commented 1 day ago

JSON is the generic sqlalchemy type for representing list columns. ARRAY was specific to postgres