Postgres Schema (namespace) + Drizzle

How do I specify a Postgres schema (as in the psql namespace feature) for
drizzle.config.ts
? A connection string with
database?schema=blah
hasn't worked for me.
Was this page helpful?