pub fn rocket_connection_without_transaction() -> PgConnection
Expand description

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.