Unknown option schemaFilter for drizzle-kit introspect
The documentation https://orm.drizzle.team/kit-docs/commands#introspect--pull states that there is a schemaFilter option to specify the database schema parameter.
I have installed the newest drizzle-kit:
Trying to use drizzle-kit to generate a schema fails:
with an error:
How to specify the database schema (here Postgresql) from which Typescript schema should be generated?
List of commands – DrizzleORM
Drizzle ORM | %s
1 Reply
@koty6998 I had the same issues and ended up creating another my-customer.config.ts and decleared there the schema filter and it worked with the --config=my-custom.config.ts