klyn.data.SchemaManager.exists
method
public exists() as Boolean:
Description

Tests whether every mapped entity has a physical provider structure.

This method checks existence only. Use validate() to compare columns, types, nullability and constraints.

Returns

True when all mapped structures exist.

Example
if not schema.exists():
schema.create()