You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,9 +96,8 @@ fastify.listen(3000, err => {
96
96
As you can see there is no need to close the client, since is done internally. Promises and async await are supported as well.
97
97
98
98
### Native option
99
-
Use native `libpq` to gain high performance; it will use [pg-native](https://github.com/brianc/node-pg-native) instead of [pg](https://github.com/brianc/node-pg).
100
-
Note: it requires PostgreSQL client libraries & tools installed, see
If you want to gain the maximum performances you can install [pg-native](https://github.com/brianc/node-pg-native), and pass `native: true` to the plugin options.
100
+
*Note: it requires PostgreSQL client libraries & tools installed, see [instructions](https://github.com/brianc/node-pg-native#install).*
102
101
Note: trying to use native options without successfully installation of `pg-native` will get a warning and fallback to regular `pg` module.
0 commit comments