public readonly property schema as SchemaManager
Thread-safe schema manager bound to this factory's immutable entity model.
Factory-owned schema manager.
try factory = EntityManagerFactory(configuration): if not factory.schema.exists(User.type): factory.schema.create(User.type)