The driver allows reading and writing raw binary data from/to PostgreSQL bytea type.
Reading and writing to PostgreSQL is implemented for std::string, std::string_view and std::vector of char or unsigned char.
std::string_view the value MUST NOT be used after the PostgreSQL result set is destroyed.