# Functions
CreateTestDatabase recreates the test database andruns migrations and fixtures as passed in, returninga pointer to the database.
CreateTestDatabasePostgres is similar to CreateTestDatabase but it usesPostgres instead of sqlite, this is needed for testing packages that relyon some Postgres specifuc features (such as table inheritance).