Module prelude

Expand description

Convenience re-export of common traits.

Traits§

Acquire
Acquire connections or transactions from a database in a generic way.
ConnectOptions
Connection
Represents a single database connection.
Decode
A type that can be decoded from the database.
Encode
Encode a single value to be sent to the database.
Executor
A type that contains or can provide a database connection to use for executing queries against the database.
FromRow
A record that can be built from a row returned by the database.
IntoArguments
Row
Represents a single row from the database.
Statement
An explicitly prepared statement.
Type
Indicates that a SQL type is supported for a database.

Derive Macros§

Decode
Encode
FromRow
Type