Skip to content

Commit

Permalink
fix default db link in go manual
Browse files Browse the repository at this point in the history
  • Loading branch information
stefano-ottolenghi committed Feb 7, 2024
1 parent 01fb177 commit 66ebcea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go-manual/modules/ROOT/pages/transactions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ For a complete list of `ResultWithContext` methods, see link:https://pkg.go.dev/

It is recommended to *always specify the database explicitly* with the configuration parameter `DatabaseName` upon session creation, even on single-database instances.
This allows the driver to work more efficiently, as it does not have to resolve the home database first.
If no database is given, the link:{neo4j-docs-base-uri}/operations-manual/current/manage-databases/introduction#manage-databases-default[default database] set in the Neo4j instance settings is used.
If no database is given, the link:{neo4j-docs-base-uri}/operations-manual/current/database-administration/#manage-databases-default[default database] set in the Neo4j instance settings is used.

[source, go]
----
Expand Down

0 comments on commit 66ebcea

Please sign in to comment.