Is it possible to tell drizzle which schema to use on the database?
I'm trying to introspect a postgres database with multiple
Currently drizzle is including only the public schema in the introspect which ends up not being what I want.
schemas 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.