[][src]Function test_utils::rocket_support::rocket_connection_without_transaction

pub fn rocket_connection_without_transaction() -> PgConnection

Returns a connection to the database (specified through the ROCKET_TEST_DATABASE_URL) environment variable. The connection will directly hit the database as it is not wrapped in a transaction.