Resolved! Transactions and auto-commit
Hi everyone!I am using go-client and i can't understand one thing - should I commit or rollback transactions manually?WriteTransaction and ReadTransaction are used in such way: session := r.driver.NewSession(neo4j.SessionConfig{ DatabaseName: r.d...