Skip to content

Commit a436f45

Browse files
authored
Updating readme.md
1 parent 2190934 commit a436f45

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
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

0 commit comments

Comments
 (0)