Daeer-Projects / DatabaseOperations

A library of operations that can be applied to an MS SQL Server database.
MIT License
5 stars 2 forks source link

Add snapshot feature #54

Open Daeer-Projects opened 3 years ago

Daeer-Projects commented 3 years ago

Is your feature request related to a problem? Please describe. I would like the ability to create a snapshot of the database and also restore the database from the snapshot.

Describe the solution you'd like I would like another operator for the snapshot features. This operator will make use of the SQL connection classes to run a script against the database.

Describe alternatives you've considered It is a bit annoying to manually create the snapshot using the IDE. This is not viable when having an automation system that tests an application. The data in the database will need to be reverted after a test has been completed.