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
This happens if I don't have the postgres package installed. Why should I need to install the postgres package simply for types to work properly for drizzle?
The text was updated successfully, but these errors were encountered:
This happens if I don't have the postgres package installed. Why should I need to install the postgres package simply for types to work properly for drizzle?
You need postgres package for types to properly work, because db's $client field gets it's type imported from postgres.
As for the error, I've tried to reproduce it, but failed to get the error you have:
Thus, I'm going to need a reproduceable example as well as the exact version of your package manager.
Report hasn't been filed before.
What version of
drizzle-orm
are you using?0.38.2
What version of
drizzle-kit
are you using?0.30.0
Other packages
No response
Describe the Bug
This code gives me the following error:
This happens if I don't have the
postgres
package installed. Why should I need to install the postgres package simply for types to work properly for drizzle?The text was updated successfully, but these errors were encountered: