Skip to content

Commit

Permalink
docs: update docs for new postgres specific option "applicationName"
Browse files Browse the repository at this point in the history
add useful information about the parameter and show its default value
  • Loading branch information
das-mensch committed Jul 30, 2021
1 parent 6e2edf8 commit 12766c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/connection-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ See [SSL options](https://github.com/mysqljs/mysql#ssl-options).

* `installExtensions` - A boolean to control whether to install necessary postgres extensions automatically or not (default: `true`)

* `applicationName` - A string visible in statistics and logs to help referencing an application to a connection (default: `undefined`)

## `sqlite` connection options

* `database` - Database path. For example "./mydb.sql"
Expand Down

0 comments on commit 12766c6

Please sign in to comment.