neo4j / neo4j-browser

Neo4j Browser is the general purpose user interface for working with Neo4j. Query, visualize, administrate and monitor the database.
https://neo4j.com
GNU General Public License v3.0
671 stars 345 forks source link

Add setting to specify read transactions on cypher queries #1954

Closed OskarDamkjaer closed 8 months ago

OskarDamkjaer commented 8 months ago

Adds setting to make all queries use read transactions. This is useful for clusters when you want to be sure queries are routed to the secondaries, GDS or if you for need to debug a cluster with no routers available.

CleanShot 2023-11-30 at 14 48 40@2x