From 144dd1eef5ee03766351bb5409686fe39fe23579 Mon Sep 17 00:00:00 2001 From: Jussi Kinnula Date: Wed, 28 Nov 2018 15:01:01 +0200 Subject: [PATCH] Add documentation about connection options "url" possibly overridden by other connection parameters --- docs/connection-options.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/connection-options.md b/docs/connection-options.md index 57b4a937bc..cd10a4226a 100644 --- a/docs/connection-options.md +++ b/docs/connection-options.md @@ -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. @@ -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. @@ -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. @@ -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.