# Functions
ModelsToInterfaces converts a slice of [TenantTabler] models to a slice of interface{}.
NewModelRegistry creates and initializes a new ModelRegistry with the provided models, categorizing them into shared and tenant-specific based on their characteristics.
ParseDSNQueryParams parses the query parameters from the dsn string and decodes them into a generic type T (non-pointer struct).
ParseURL parses the provided rawURL string and returns a new [URL] instance.
PublicSchemaName returns the name of the public schema as defined by the [PublicSchemaEnvVar] environment variable, defaulting to "public" if the variable is not set.
# Constants
PublicSchemaEnvVar is the environment variable that contains the name of the public schema.
# Variables
ErrInvalidMigration is returned when an invalid migration is detected.
# Structs
No description provided by the author
URL is a wrapper around the standard [stdurl.URL] type that includes the original URL string.