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?
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?
Drizzle ORM | %s