[][src]Module sqlx::executor

Traits

Execute

A type that may be executed against a database connection.

Executor

A type that contains or can provide a database connection to use for executing queries against the database.

RefExecutor