Mock config server
Mocking requestsReferences

Database

DatabaseConfig

Prop

Type

ORM

The ORM type is determined by the structure of your database. If a database is an array where each element has an id property, it uses NestedOrm. Otherwise, it uses ShallowOrm.

ShallowOrm<Item>

Used for non-array database fields or arrays without id properties.

Prop

Type

NestedOrm<Item>

Used for array database fields where each element has an id property. Provides full CRUD operations.

Prop

Type

On this page