From 7d7c62949e711dd3ca325bf2cdc6c2fa6e5905b2 Mon Sep 17 00:00:00 2001 From: Raul Steurer Date: Tue, 17 Sep 2024 10:19:39 +0200 Subject: [PATCH] Remove reference to deprecated method of specifying database --- modules/ROOT/pages/driver-configuration.adoc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/ROOT/pages/driver-configuration.adoc b/modules/ROOT/pages/driver-configuration.adoc index fc33273d..3acba6ee 100644 --- a/modules/ROOT/pages/driver-configuration.adoc +++ b/modules/ROOT/pages/driver-configuration.adoc @@ -216,9 +216,7 @@ await ogm.checkNeo4jCompat(); == Specifying the Neo4j database -There are two ways to specify which database within a DBMS should be used. - -=== Context +Specify the database to be used within your DBMS via the `database` field under `sessionConfig` in the `context` that all resolvers share. [source, javascript, indent=0] ----