Skip to content

Commit 9c0f40c

Browse files
committed
Remove reference to deprecated method of specifying database
1 parent cf5a106 commit 9c0f40c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

modules/ROOT/pages/driver-configuration.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,9 +216,7 @@ await ogm.checkNeo4jCompat();
216216

217217
== Specifying the Neo4j database
218218

219-
There are two ways to specify which database within a DBMS should be used.
220-
221-
=== Context
219+
The database within a DBMS that should be used can be specified via the `sessionConfig` field in the `context` that all resolvers share.
222220

223221
[source, javascript, indent=0]
224222
----

0 commit comments

Comments
 (0)