Contents

schema

The schema that maps your app’s model classes to the associated data in the app’s persistent storage.

Declaration

final let schema: Schema

Discussion

This property provides a reference to the schema you specified when calling one the container’s initializers.

See Also

Managing schema and configuration details