drizzle-kit push fails with neon
I connected drizzle with a neon posgres instance.
The connection itself works and i can query data.
But when i comes to drizzle-kit and pushing a scheme, i encounter problems.
Credentials in drizzle.config.ts are correctly set (i tried both url and manually setting all credential properties).
When i run (i use deno btw)
deno run -A npm:drizzle-kit push
I encounter the following error:
1 Reply
Ok i solved the problem, it was related to an an bug in an outdated version of Deno i was using, mentioned here https://github.com/denoland/deno/issues/27802
Upgraded Deno and now everything works
GitHub
WebSocket client using
npm:ws
errors out with Bad resource ID
·...Issue WebSocket client created using npm:ws errors out when establishing a connection via TLS. Reproducer Server Run this script in Node.js (it's runnable in Deno as well, but let's run it ...