pub async fn connect(url: &str) -> Result<DatabaseConnection, DatabaseError>Expand description
Open a connection to the relational database.
pub async fn connect(url: &str) -> Result<DatabaseConnection, DatabaseError>Open a connection to the relational database.