Crate cleu_orm[][src]

Expand description

Structs

Table association and its associated Rust type

Table field name and its associated Rust type

Contains Association plus some parameters gathered from other sources

For entities that don’t have associations

Enums

All possible errors

Traits

Groups tuples that form all associations of a table

Create, read, update and delete SQL operations

Groups tuples that form all fields of a table

Constructs a single instance based on an arbitrary number of rows

Writes raw SQL commands

All SQL parameters related to TableParams::Table.

Functions

Auxiliary method that gets all stored entities.

Auxiliary method that only gets a single entity based on its id.

Only seeks all rows related to the T entity and stops as soon as the primary key changes.

Writes {table}{suffix}__{field}` into a buffer.

Type Definitions