Skip to content

Commit ca76b38

Browse files
authored
Remove reference to deprecated method of specifying database (#171)
1 parent ac0fa9c commit ca76b38

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+
Specify the database to be used within your DBMS via the `database` field under `sessionConfig` in the `context` that all resolvers share.
222220

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

0 commit comments

Comments
 (0)