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

Neo4j Bolt driver for .NET

Results 26 neo4j-dotnet-driver issues
Sort by recently updated
recently updated
newest added

Adds new bookmark manager and user definable interfaces for bookmark management.

Profiled plans can omit dbhits & rows, so should be optional.

When profiling a plan, any procedure calls will not return dbhits/rows therefore it should not be mandatory.

Object hydration / mapping. Ideally replacing the need for a lot of mapping boilerplate / need to write your own code to handle majority of mapping cases.

Most async methods should support cancellation tokens. This allows the user or api client to cancel the request on a long running query. CancellationToken usage also helps when restarting instances...

I know that there is no direct type for JSON content, but I think it would be a great addition to support translation to the Json Namespace. Both JsonDocument and...

For the Cyphertypes Date and time there are matching types in .net 6. Considering an upgrade DateOnly and TimeOnly could be used to to reflect these types.

Move all the mapping classes out of the preview namespace and into `Neo4j.Driver.Mapping`.