[−][src]Trait sqlx_core::connection::ConnectOptions
Associated Types
type Connection: Connection + ?Sized
Required methods
fn connect(&self) -> BoxFuture<Result<Self::Connection, Error>> where
Self::Connection: Sized,
Self::Connection: Sized,
Establish a new database connection with the options specified by self.