Comment on Test Postgres in Python Like SQLiteparentComments−maartenh1yYep. I do create fresh db's from a fixture db using postgres's ability to create a database from a template. Very quick, always correct.
Comments
Yep. I do create fresh db's from a fixture db using postgres's ability to create a database from a template. Very quick, always correct.