doctrine / data-fixtures

Doctrine2 ORM Data Fixtures Extensions
http://www.doctrine-project.org
MIT License
2.78k stars 224 forks source link

Recreate database from backup #154

Open ddeboer opened 10 years ago

ddeboer commented 10 years ago

Several libraries, such as LiipFunctionalTestBundle, h4ccAliceFixturesBundle and VIPSoft DoctrineDataFixturesExtension, provide their own implementation of:

Would this functionality be in the scope of doctrine/data-fixtures? If so, I would be willing to extract the implementations and add them here. We can then try to convince the separate implementors to use the ‘official’ one instead, which will ease future maintainability. What do you think?

lavoiesl commented 9 years ago

Could this feature be part of a separate library that would add a command wrapping data-fixtures?