[][src]Module sqlx::prelude

Convenience re-export of common traits.

Traits

Connect

Represents a type that can directly establish a new connection.

Connection

Represents a single database connection rather than a pool of database connections.

Cursor

Represents a result set, which is generated by executing a query against 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.

MySqlQueryAs
PgQueryAs
Row

Represents a single row from the database.

SqliteQueryAs

Derive Macros

FromRow