Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions modules/ROOT/pages/driver-configuration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
----
Expand Down
Loading