Skip to content

Commit be252b7

Browse files
committed
IFirst draft of the readme.md
1 parent f9c0f8a commit be252b7

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

readme.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
PSDatabaseClone is a PowerShell module for creating SQL Server database images and clones.
2+
It enables administrator to supply environments with database copies that are a fraction of the original size.
3+
4+
## Usage scenarios
5+
6+
There are multiple scenarios where you could use the module with
7+
* Supply developers with a local copy of the database
8+
* Implement a CI/CD pipeline with production like copies
9+
10+
## Why use PSDatabaseClone
11+
12+
* Save lots of space supplying data to other locations
13+
* Spend less time provisioning databases
14+
* Create multiple local copies of a database
15+
* Make sure there tests are
16+

0 commit comments

Comments
 (0)