This way, we can spin up a blank database for every unit test that is running and can always develop in a fresh database.
This can be done by storing a uuid that is unique across every launch of the api, and then creating a view that only includes documents with that uuid
This way, we can spin up a blank database for every unit test that is running and can always develop in a fresh database.
This can be done by storing a uuid that is unique across every launch of the api, and then creating a view that only includes documents with that uuid