klyn.data.EntityManagerFactory.schema
property
public readonly property schema as SchemaManager
Description

Thread-safe schema manager bound to this factory's immutable entity model.

Returns

Factory-owned schema manager.

Example
try factory = EntityManagerFactory(configuration):
if not factory.schema.exists(User.type):
factory.schema.create(User.type)