Structs§
- Postgre
Row - A row of data returned from the database by a query.
- Postgres
Bytes Mut - A unique reference to a contiguous slice of memory.
- Postgres
Type - A Postgres type.
- SQLite
Row - A single result row of a query.
Enums§
- Postgres
IsNull - An enum representing the nullability of a Postgres value.
- Postgres
Kind - Represents the kind of a Postgres type.
- SQLite
ToSql Output ToSqlOutputrepresents the possible output types for implementors of theToSqltrait.- SQLite
Value Ref - A non-owning dynamic type value. Typically the memory backing this value is owned by SQLite.
Traits§
- Postgres
FromSQL - A trait for types that can be created from a Postgres value.
- Postgres
ToSQL - A trait for types that can be converted into Postgres values.
- SQLite
FromSQL - A trait for types that can be created from a SQLite value.
- SQLite
ToSQL - A trait for types that can be converted into SQLite values.
Type Aliases§
- SQLite
From SqlResult - Result type for implementors of the
FromSqltrait. - SQLite
Result - A typedef of the result returned by many methods.