Skip to content

Commit

Permalink
Add documentation about connection options "url" possibly overridden …
Browse files Browse the repository at this point in the history
…by other connection parameters
  • Loading branch information
jussikinnula committed Nov 28, 2018
1 parent 26a04ab commit 144dd1e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/connection-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Read more about caching [here](./caching.md).

## `mysql` / `mariadb` connection options

* `url` - Connection url where perform connection to.
* `url` - Connection url where perform connection to. Please note that other connection options will override parameters set from url.

* `host` - Database host.

Expand Down Expand Up @@ -162,7 +162,7 @@ See [SSL options](https://github.com/mysqljs/mysql#ssl-options).

## `postgres` connection options

* `url` - Connection url where perform connection to.
* `url` - Connection url where perform connection to. Please note that other connection options will override parameters set from url.

* `host` - Database host.

Expand Down Expand Up @@ -198,7 +198,7 @@ See [SSL options](https://github.com/mysqljs/mysql#ssl-options).

## `mssql` connection options

* `url` - Connection url where perform connection to.
* `url` - Connection url where perform connection to. Please note that other connection options will override parameters set from url.

* `host` - Database host.

Expand Down Expand Up @@ -346,7 +346,7 @@ See [SSL options](https://github.com/mysqljs/mysql#ssl-options).

## `mongodb` connection options

* `url` - Connection url where perform connection to.
* `url` - Connection url where perform connection to. Please note that other connection options will override parameters set from url.

* `host` - Database host.

Expand Down

0 comments on commit 144dd1e

Please sign in to comment.