# Functions
CreateSchemaForTenant creates the schema for the tenant, and migrates the private tables.
DropSchemaForTenant drops the schema for the tenant (CASCADING tables).
MigratePublicSchema migrates the public tables.
New creates a new postgres dialector with multitenancy support.
Open creates a new postgres dialector with multitenancy support.
RegisterModels registers the models for multitenancy.
# Constants
PublicSchemaName is the name of the public schema.
# Structs
No description provided by the author
Migrator is the struct that implements the Migratorer interface.
TenantModel a basic GoLang struct which includes the following fields: DomainURL, SchemaName.
# Interfaces
MultitenancyMigrator is the interface for the postgres migrator with multitenancy support.
# Type aliases
No description provided by the author