@@ -13,16 +13,24 @@ Table of Contents
1313
1414<!-- toc -->
1515
16+ - [ SqlDatabase] ( #sqldatabase )
17+ - [ Table of Contents] ( #table-of-contents )
1618 - [ Installation] ( #installation )
17- - [ Target database type selection <a name =" database-selection " ></a >] ( #target-database-type-selection- )
18- - [ Execute script(s) <a name =" execute-script " ></a >] ( #execute-scripts- )
19- - [ Export data from a database to sql script (file) <a name =" export-data " ></a >] ( #export-data-from-a-database-to-sql-script-file- )
20- - [ Create a database <a name =" create-database " ></a >] ( #create-a-database- )
21- - [ Migrate an existing database <a name =" upgrade-database " ></a >] ( #migrate-an-existing-database- )
19+ - [ PowerShell, from gallery] ( #powershell-from-gallery )
20+ - [ PowerShell, manual release download] ( #powershell-manual-release-download )
21+ - [ Dotnet sdk tool] ( #dotnet-sdk-tool )
22+ - [ Target database type selection ] ( #target-database-type-selection- )
23+ - [ Execute script(s) ] ( #execute-scripts- )
24+ - [ Export data from a database to sql script (file) ] ( #export-data-from-a-database-to-sql-script-file- )
25+ - [ Create a database ] ( #create-a-database- )
26+ - [ Migrate an existing database ] ( #migrate-an-existing-database- )
2227 - [ Scripts] ( #scripts )
2328 - [ Variables] ( #variables )
24- - [ * .zip files <a name =" zip-files " ></a >] ( #zip-files- )
25- - [ VS Package manager console <a name =" console " ></a >] ( #vs-package-manager-console- )
29+ - [ Example] ( #example )
30+ - [ Example how to hide variable value from a log output] ( #example-how-to-hide-variable-value-from-a-log-output )
31+ - [ Predefined variables] ( #predefined-variables )
32+ - [ \* .zip files ] ( #zip-files- )
33+ - [ VS Package manager console ] ( #vs-package-manager-console- )
2634 - [ Examples] ( #examples )
2735 - [ License] ( #license )
2836
@@ -33,9 +41,9 @@ Installation
3341
3442PowerShell module is compatible with Powershell Core 6.1+ and PowerShell Desktop 5.1.
3543
36- .net tool requires SDK .Net 5.0/ 6.0 or .Net Core 3.1.
44+ .net tool is compatible with .net sdk 7.0, 6.0, 5.0 and .net core 3.1.
3745
38- Command-line tool is compatible with .net runtime 5.0/ 6.0, . net Core runtime 3.1 and .net Framework 4.5.2+.
46+ Command-line tool is compatible with .net runtime 7.0, 6.0, 5.0, . net core runtime 3.1 and .net framework 4.5.2+.
3947
4048### PowerShell, from gallery
4149
0 commit comments