Skip to content

How does this differ from Respawn? #30

Answered by uladz-zubrycki
lonix1 asked this question in Q&A
Discussion options

You must be logged in to vote

@lonix1 It's a good observation that libraries do have a lot of similarities: both claim to help you to manage your test database by keeping it in a well-known and determined state. But while Respawn cares about data cleanup only, Reseed is focused on data restore as a whole, i.e not only is it able to delete the data, but also to insert it back.

Data needs to be specified in one or multiple data files (xml format only for now, see Data Providers documentation section for additional details) and is to be used by Reseed to generate sql insert scripts based on it.

Examples section should give you a better understanding of the idea.

Having said that, Reseed could also be used for the cleanup…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@lonix1
Comment options

Answer selected by lonix1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants