postgres-bun icon indicating copy to clipboard operation
postgres-bun copied to clipboard

postgresjs compatibility/comparison

Open kolecreates opened this issue 1 year ago • 0 comments

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)?

kolecreates avatar Jun 25 '23 19:06 kolecreates