Module internal

Source

Structs§

PostgreRow
A row of data returned from the database by a query.
PostgresBytesMut
A unique reference to a contiguous slice of memory.
PostgresType
A Postgres type.
SQLiteRow
A single result row of a query.

Enums§

PostgresIsNull
An enum representing the nullability of a Postgres value.
PostgresKind
Represents the kind of a Postgres type.
SQLiteToSqlOutput
ToSqlOutput represents the possible output types for implementors of the ToSql trait.
SQLiteValueRef
A non-owning dynamic type value. Typically the memory backing this value is owned by SQLite.

Traits§

PostgresFromSQL
A trait for types that can be created from a Postgres value.
PostgresToSQL
A trait for types that can be converted into Postgres values.
SQLiteFromSQL
A trait for types that can be created from a SQLite value.
SQLiteToSQL
A trait for types that can be converted into SQLite values.

Type Aliases§

SQLiteFromSqlResult
Result type for implementors of the FromSql trait.
SQLiteResult
A typedef of the result returned by many methods.