knex+workers TypeError
I was working with Cloudflare Workers + bun & Hono and was using Knex as my orm. I was successfully ably to make a connection on Cloudlfare Pages to Knex+Postgres with Connection Pooling however on Workers I am recieving a TypeErorr.
I tried using both the connectionString and specifiying the individual parameters for the database. Additionally I set node_compat = true
and also added the prefix previously when using compatibility_flags = ["nodejs_compat"]
I also played around with the version numbers of both the sql connection adapter and
Error:
Error Source:
I tried using both the connectionString and specifiying the individual parameters for the database. Additionally I set node_compat = true
and also added the prefix previously when using compatibility_flags = ["nodejs_compat"]
I also played around with the version numbers of both the sql connection adapter and
Error:
Error Source: