postgres-bun
postgres-bun copied to clipboard
postgresjs compatibility/comparison
Hi, I recently tried using postgresjs with bun and it works well. At least for the basic operations that I tried (e.g. connection, mutate, query).
I also looked at the source code and to me it looks like postgresjs is a socket implementation. Do you know what the difference between postgresjs and a bun-first implementation would be? Is there overhead in the node-api compatibility layer (e.g. net, tls, stream)?