Is it possible to tell drizzle which schema to use on the database?

I'm trying to introspect a postgres database with multiple
schema
s but I want only one of them.

Currently drizzle is including only the public schema in the introspect which ends up not being what I want.
Was this page helpful?