Skip to content

Commit a1b042c

Browse files
committed
Merge branch 'development' of https://github.com/sqlcollaborative/dbops into development
2 parents 47ef981 + a436f45 commit a1b042c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,15 @@ The deployment functionality of the module is provided by [DbUp](https://github.
1313
Currently supported RDBMS:
1414
* SQL Server
1515
* Oracle
16+
* PostgreSQL
17+
* MySQL
1618

1719
## Features
1820
The most notable features of the module:
1921

2022
* Reliably deploy your scripts in a consistent and repeatable manner
2123
* Perform ad-hoc deployments with highly customizable deployment parameters
24+
* Run ad-hoc queries to any supported RDBMS on both Windows and Linux
2225
* Create ready-to-deploy versioned packages in a single command
2326
* Brings along all features of CI/CD pipelining functionality: builds, artifact management, deployment
2427
* 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
162165
* Support for other RDBMS (eventually, everything that DbUp libraries can talk with)
163166
* Integration with unit tests (tSQLt/Pester/...?)
164167
* Module for Ansible (right now can still be used as a powershell task)
165-
* Linux support
166168
* SQLCMD support
167169
* Deployments to multiple databases at once
168170
* Optional rollback scripts

dbops.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
RootModule = 'dbops.psm1'
55

66
# Version number of this module.
7-
ModuleVersion = '0.5.0'
7+
ModuleVersion = '0.5.1'
88

99
# ID used to uniquely identify this module
1010
GUID = '16dff216-533a-4fa3-9b2e-4408dbe15e63'

0 commit comments

Comments
 (0)