postgres-nio
postgres-nio copied to clipboard
Automatic [UInt8] to bytea conversion
Currently, [UInt8] gets the default array PostgresData conformance which results in byte[]. Ideally, this should create bytea which is Postgres' preferred storage format for an array of bytes.