[][src]Module sqlx::database

Traits

Database

A database driver.

HasCursor

Associate Database with a Cursor of a generic lifetime.

HasRawValue

Associate Database with a RawValue of a generic lifetime.

HasRow

Associate Database with a Row of a generic lifetime.