# Functions
CreateNamespaces creates namespaces in the target database without the need to have a running Temporal server.
NewNamespaceConfig initializes a NamespaceConfig with the field values needed to pre-register the namespace via the CreateNamespaces function.
SetupSchema initializes the SQLite schema in an empty database.
SetupSchemaOnDB initializes the SQLite schema in an empty database using existing DB connection.
# Constants
Version is the SQLite database release version.
VisibilityVersion is the SQLite visibility database release version.
# Structs
NamespaceConfig determines how namespaces should be configured during registration.