dylex / postgresql-typed

Haskell PostgreSQL library with compile-time type inference
http://hackage.haskell.org/package/postgresql-typed
Other
83 stars 12 forks source link

Array types support #14

Closed RobertFischer closed 6 years ago

RobertFischer commented 6 years ago

How difficult do you think it would be to have ARRAY types support? I'd be happy to do the work if you can show the way.

dylex commented 6 years ago

What do you have in mind? Something other than the existing PGArray instances?