sanner
Explore posts from serversKnex + Hono + Bun Connection Errors
I was using knex on bun+hono and was attempting to make a connection via the following syntax
and i was getting the following error
I was trying to connect to Knex with a postgres client however I am getting this error, I tried many things such as creating a client and adding that to client. This code was able to work on a pnpm worker with nodejs, however it does not work with bun+hono
2 replies