File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,15 @@ The deployment functionality of the module is provided by [DbUp](https://github.
13
13
Currently supported RDBMS:
14
14
* SQL Server
15
15
* Oracle
16
+ * PostgreSQL
17
+ * MySQL
16
18
17
19
## Features
18
20
The most notable features of the module:
19
21
20
22
* Reliably deploy your scripts in a consistent and repeatable manner
21
23
* Perform ad-hoc deployments with highly customizable deployment parameters
24
+ * Run ad-hoc queries to any supported RDBMS on both Windows and Linux
22
25
* Create ready-to-deploy versioned packages in a single command
23
26
* Brings along all features of CI/CD pipelining functionality: builds, artifact management, deployment
24
27
* Roll back the script (or a whole deployment!) in case of errors
@@ -162,7 +165,6 @@ Get-DBOPackageArtifact -Path myPackage.zip -Repository \\data\repo | Install-DBO
162
165
* Support for other RDBMS (eventually, everything that DbUp libraries can talk with)
163
166
* Integration with unit tests (tSQLt/Pester/...?)
164
167
* Module for Ansible (right now can still be used as a powershell task)
165
- * Linux support
166
168
* SQLCMD support
167
169
* Deployments to multiple databases at once
168
170
* Optional rollback scripts
Original file line number Diff line number Diff line change 4
4
RootModule = ' dbops.psm1'
5
5
6
6
# Version number of this module.
7
- ModuleVersion = ' 0.5.0 '
7
+ ModuleVersion = ' 0.5.1 '
8
8
9
9
# ID used to uniquely identify this module
10
10
GUID = ' 16dff216-533a-4fa3-9b2e-4408dbe15e63'
You can’t perform that action at this time.
0 commit comments