drizzle-kit pull: Custom GelDB Type issue; Unable to use non-default Gel module
Gihub issue: https://github.com/drizzle-team/drizzle-orm/issues/4404
Minmal repo: https://github.com/xerullian/drizzle-gel-enum
1.
drizzle-kit pull
fails with a TypeError
when any Gel schema contains a custom-defined enum.
2. drizzle-kit pull
succeeds, but creates 0 schema when types are defined within a non-default module (e.g., module foo {}
).0 Replies