Module mango_orm::models[][src]

Expand description

Models.

Adapts the Structure for database queries using a programmatic or web interface.

Meta - Metadata of model (database name, collection name, etc). ToModel - Transforms the Structure into a Model.

Modules

Caching.

Database Query API

Output data types for database queries

Validating.

Structs

Metadata. ( Model parameters )

Traits