Comment on Don't test with SQLite when you use Postgres in ProductionparentComments−spacemanmatt11yWhen I work with PostgreSQL heavily, I don't ever take a server down if I don't have to. I just have test harnesses create fresh test databases from templates.
Comments
When I work with PostgreSQL heavily, I don't ever take a server down if I don't have to. I just have test harnesses create fresh test databases from templates.