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
+52Lines changed: 52 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,58 @@ takes precedence over the `pool` option.
54
54
+`client`: an instance of an `oracledb` connection pool. This takes precedence
55
55
over the `pool` and `poolAlias` options.
56
56
57
+
A `name` option can be used in order to connect to multiple oracledb instances.
58
+
The first registered instance can be accessed via `fastify.oracle` or `fastify.oracle.<dbname>`. Note that once you register a *named* instance, you will *not* be able to register an unnamed instance.
0 commit comments