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
Object literal may only specify known properties, and 'connectionString' does not exist in type '{ host: string; port?: number | undefined; user?: string | undefined; password?: string | undefined; database: string; } | { uri: string; }'
Reproduction repo
n/a
To reproduce
Install "drizzle-kit": "^0.20.7" and define a config as followed:
Object literal may only specify known properties, and 'connectionString' does not exist in type '{ host: string; port?: number | undefined; user?: string | undefined; password?: string | undefined; database: string; } | { uri: string; }'
Additional information
No response
The text was updated successfully, but these errors were encountered:
Provide environment information
System:
OS: macOS 14.1
CPU: (10) arm64 Apple M1 Pro
Memory: 126.45 MB / 16.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 18.17.0 - ~/.nvm/versions/node/v18.17.0/bin/node
Yarn: 1.22.19 - ~/.nvm/versions/node/v18.17.0/bin/yarn
npm: 9.6.7 - ~/.nvm/versions/node/v18.17.0/bin/npm
pnpm: 8.9.2 - ~/.nvm/versions/node/v18.17.0/bin/pnpm
bun: 1.0.5 - ~/.bun/bin/bun
Describe the bug
connectionString
seems outdated,uri
seems to be the new name.Reproduction repo
n/a
To reproduce
Install
"drizzle-kit": "^0.20.7"
and define a config as followed:A TypeScript error should occur:
Additional information
No response
The text was updated successfully, but these errors were encountered: