During development with the Software Factory, we usually work in branches. With every branch we make, a database would need to be created so I can test my changes in action.
It would be awesome if the Software Factory could either:
- Copy an existing database, based on a selected runtime configuration, or;
- Create a new database, based on the data model of the Origin of my branch.
Of course, this copy or create of a database should be run in the background.
Additionally, a great nice-to-have would be that I can list base data for my tables in the data model. This would look similar to Mock data, or Data sets used for Unit tests. But this can be left out of scope for the original idea.