Module butane_core::sqlval[][src]

Enums

SqlVal

A database value.

SqlValRef

Traits

AsPrimaryKey

Trait for referencing the primary key for a given model. Used to implement ForeignKey equality tests.

FieldType

Type suitable for being a database column.

FromSql

Used to convert a SqlVal or SqlValRef into another type.

PrimaryKeyType

Marker trait for a type suitable for being a primary key

ToSql

Used to convert another type to a SqlVal or SqlValRef.