Skip to content

Commit c8ee9e4

Browse files
authored
Merge pull request #156 from kevchant/document/update-readme
Update README.md
2 parents 1c56597 + 8a5be54 commit c8ee9e4

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
@@ -16,6 +16,8 @@ Currently supported RDBMS:
1616
* PostgreSQL
1717
* MySQL
1818

19+
In addition it also supports Azure Synapse Analytics SQL Pools (both dedicated and serverless). Be aware that you cannot use the schemaversion table with the serverless SQL Pool - it needs to be explicitly disabled by setting SchemaVersionTable to `$null`. All scripts deployed in such scenario should be idempotent and re-runnable.
20+
1921
## Features
2022

2123
The most notable features of the module:
@@ -183,4 +185,4 @@ Get-DBOPackageArtifact -Path myPackage.zip -Repository \\data\repo | Install-DBO
183185

184186
Submitting issues - [GitHub issues](https://github.com/dataplat/dbops/issues)
185187

186-
SQLCommunity Slack: https://sqlcommunity.slack.com #dbops or @nvarscar
188+
SQLCommunity Slack: https://sqlcommunity.slack.com #dbops or @nvarscar

0 commit comments

Comments
 (0)