pyflink.table.catalog.CatalogDatabase.create_instance# static CatalogDatabase.create_instance(properties: Dict[str, str], comment: str | None = None) → CatalogDatabase[source]# Creates an instance of CatalogDatabase. Parameters: properties – Property of the database comment – Comment of the database