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
We are migrating our core services from prisma to drizzle, but we still plan on using prisma to maintain the schema. We noticed that there are a few errors that come from drizzle-kit introspect:pg.
What version of
drizzle-orm
are you using?0.29.1
What version of
drizzle-kit
are you using?0.20.7
Describe the Bug
We are migrating our core services from prisma to drizzle, but we still plan on using prisma to maintain the schema. We noticed that there are a few errors that come from
drizzle-kit introspect:pg
.prisma schema:
drizzle schema:
prisma schema:
drizzle schema:
Expected behavior
Expected introspected drizzle schema should throw no (typescript) errors & schema is correct.
Environment & setup
pnpm, node.js, postgres
The text was updated successfully, but these errors were encountered: