This commit is contained in:
AJ ONeal 2019-05-09 01:26:24 -06:00
parent 0e75d96a8f
commit a470a72e6b
1 changed files with 1 additions and 2 deletions

View File

@ -71,8 +71,7 @@ For example:
For each database the exact format may be slightly different:
* `postgres://user:pass@hostname:port/database?option=foo`
* `sqlserver://user:pass@datasource:port/instance/catalog?database=dbname`
* `mssql://user:pass@hostname:port/database?option=foo`
* `sqlserver://user:pass@datasource:port/instance/catalog?database=dbname` (mssql)
* `mysql://user:pass@hostname:port/database?option=foo`
* `mariadb://user:pass@hostname:port/database?option=foo`