Loading schemas with `SchemaLoader` ------------------------------------ Schemas define the object types and structure of the database. See :ref:`object-schemas` for detailed information about schemas in ZooDb. .. code:: import { SchemaLoader } from '@phfaist/zoodb/schemaloader'; .. js:autoclass:: src/schemaloader.SchemaLoader :short-name: :members: