# Packages
No description provided by the author
# Functions
DbFromContext generates database name using tenant field from identity extracted from context and original database name.
DbNameForTenant composes tenant's db name.
IsTenantDb returns a function of `TenantDbMatchFunc` that can be used for checking if database has a tenant DB name format.
TenantFromDbName attempts to extract tenant ID from provided tenant DB name.
# Type aliases
No description provided by the author