Module sentry::db::tests_postgres
source · Available on crate feature
test-util
only.Structs
A Database is used to isolate test runs from each other
we need to know the name of the database we’ve created.
This will allow us the drop the database when we are recycling the connection
Base Pool and Config are used to create a new DATABASE and later on
create the actual connection to the database with default options set
Enums
Manager Error
Statics
we must have a duplication of the migration because of how migrant is handling migrations
we need to separately setup test migrations