You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No config path provided, using default 'drizzle.config.ts'
Reading config file '..\test_deno\drizzle.config.ts'
Using 'postgres' driver for database querying
[⡿] Pulling schema from database...
Error: Client network socket disconnected before secure TLS connection was established
at connResetException (ext:deno_node/internal/errors.ts:1912:14)
at TLSSocket.onConnectEnd (node:_tls_wrap:32:19)
at TLSSocket.emit (ext:deno_node/_events.mjs:405:35)
at endReadableNT (ext:deno_node/_stream.mjs:3210:16)
at processTicksAndRejections (ext:deno_node/_next_tick.ts:36:15)
at runNextTicks (ext:deno_node/_next_tick.ts:76:3)
at eventLoopTick (ext:core/01_core.js:184:21) {
code: "ECONNRESET",
path: undefined,
host: undefined,
port: undefined,
localAddress: undefined
}
The text was updated successfully, but these errors were encountered:
Version: deno 2.2.1
deno.json
schema.ts
drizzle.config.ts
result :
deno -A --node-modules-dir npm:drizzle-kit push
The text was updated successfully, but these errors were encountered: