stablekernel / postgresql-dart

Dart PostgreSQL driver: supports extended query format, binary protocol and statement reuse.
https://www.dartdocs.org/documentation/postgres/latest
BSD 3-Clause "New" or "Revised" License
129 stars 32 forks source link

[DOC] Added documentation to retrieve bytearray #127

Open agavrel opened 4 years ago

isoos commented 4 years ago

I don't see much bytea-specific in the example provided, returning them as part of the query is generally supported. What I'd probably do is provide an example to insert Uint8List instances as bytea, because that is not yet supported out of the box. See comment here: https://github.com/agilord/postgres_pool/issues/1#issuecomment-633002740