Now that Javascript has a [native BigInt type](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt), it may be time to rethink the decision to return large integers as strings. node-pg could even fallback to a polyfill like https://www.npmjs.com/package/big-integer for older versions of Node.