Tagged Questions
0
votes
1answer
228 views
libpq send integer as binary
I have a libpq program that is routinely inserting numbers into a database. These numbers, which I'm expecting to grow quite large, are stored int the uint64_t type. I'm wanting to send the integer to ...