Drizzle + Postgres Schema

Has anyone figured out how to get Drizzle working with a Postgres schema (the Postgres namespacing feature)? I've tried databaseName?schema=schemaName in my database connection string to no avail.
Was this page helpful?