Module prelude
Expand description
Convenience re-export of common traits.
Traitsยง
- Acquire
 - Acquire connections or transactions from a database in a generic way.
 - Connect
Options  - 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.
 - Into
Arguments  - Row
 - Represents a single row from the database.
 - Statement
 - An explicitly prepared statement.
 - Type
 - Indicates that a SQL type is supported for a database.