Table schemas
Drizzle ORM provides you an API for declaring SQL schemas for PostgreSQL and MySQL dialects.
If you declare an entity within a schema, query builder will prepend schema names in queries:
select * from "schema"."users"
SQLite does not have support for schemas 😕