neo4j-go-driver icon indicating copy to clipboard operation
neo4j-go-driver copied to clipboard

Neo4j Bolt Driver for Go

Results 31 neo4j-go-driver issues
Sort by recently updated
recently updated
newest added

⚠️ depends on https://github.com/neo4j-drivers/testkit/pull/506 ⚠️

Hey there! Thanks for the great driver, works great. Any plans to support generics? It would be awesome if, for instance, `ReadTransaction` had something like the following signature: ```go ReadTransaction[T...

Are there any plans to add support for opentracing to the driver along the lines of the java version - https://github.com/opentracing-contrib/java-neo4j-driver? TIA

enhancement

Hi, In the ideea of having a consistent trace of a request in the logs is it possible to have the context as first parameter in the logging functions (...

### Changes Made 1. **Refactoring Types to `config` Package:** - Moved `Bookmarks` type and related code into the `config` package. - Relocated `TransactionConfig` and `SessionConfig` to the `config` package. -...

* More robust error type checking. * Give the routing table a 30s grace period before completely wiping it.

Ideally, we'd also be turning on the `-race` flag for tests. But this makes the tests stuck. Needs investigation.

Similar approach as #472, move these to the package (and any other types referenced by it), introduce type aliases to `neo4j` and deprecate the latter.

An initial spike of hybrid routing. 💀 ⚠️ DO NOT MERGE....LIKE SERIOUSLY ![hr-diagram](https://github.com/StephenCathcart/neo4j-go-driver/assets/1964033/d4962c85-20a0-4481-b541-a37ec92077a0) A result of ExecuteQuery to a cluster (write query sent to a secondary): ``` 2024-04-29 15:33:53.363 INFO...