Module otter_sql::table

source ·
Expand description

Tables and rows.

Structs

A row stored in a table. Represents a relation in relational algebra terms.
A reference to a row in a table. Does not contain internal columns.
A table in a database.

Traits

Trait to retrieve data from something that looks like a row in a table.