Automatic set up and tear down of database for tests
User Story
As a developer I would like to be able to be able to write tests which use a real database so I can be sure that the changes I made don't break something downstream.
Acceptance Criteria
I have scripts which help me write a postgres image on a docker instance. Also I would like to have fixtures which allow me to do transactional tests on that database.