Gallery

neo4j-driver-snapshots

neo4j-driver-snapshots

neo4j dotnet driver snapshot artifacts

Neo4j .NET Driver

The snapshot builds of an alpha-level database driver for a new Neo4j remoting protocol.

Note: The snapshot builds are the builds in active development, the API is not stable and things could break sometimes. The snapshot builds should not be used in production, but please be free to try it out and give us feedback at Github. For more information about newest releases and documentations, please refer to wiki.

Minimum viable snippet

Add the driver to your project using Nuget Package Manager:

PM> Install-Package Neo4j.Driver

Connect to a Neo4j 3.0.0+ database

using(Driver driver = GraphDatabase.Driver( "bolt://localhost:7687" ))
using(Session session = driver.Session())
{
    var cursor = session.Run("CREATE (n) RETURN n");
}

Getting the Driver

The Neo4j Driver is distributed exclusively via Nuget and can be added to your project via the Package Manager.

Milestones

Available on Nuget

Snapshots

Snapshot builds are available at our MyGet feed, add the feed to your Nuget Sources

Read more...

It's kind of empty out here...

Package Id Latest Version
Uploaded rss
Neo4j.Driver

Authored by: Neo4j

The official .NET driver for the Neo4j Graph Database over the Bolt protocol.

4.3.2-SNAPSHOT-2107011221 4 years ago
Neo4j.Driver.Reactive

Authored by: Neo4j

Reactive extensions for the official .NET driver.

4.3.2-SNAPSHOT-2107011221 4 years ago
Neo4j.Driver.Reactive.Signed

Authored by: Neo4j

Reactive extensions for the official .NET driver.

4.3.2-SNAPSHOT-2107011221 4 years ago
Neo4j.Driver.Signed

Authored by: Neo4j

The official .NET driver for the Neo4j Graph Database over the Bolt protocol.

4.3.2-SNAPSHOT-2107011221 4 years ago
Neo4j.Driver.Simple

Authored by: Neo4j

Synchronous extensions for the official .NET driver.

4.3.2-SNAPSHOT-2107011221 4 years ago
Neo4j.Driver.Simple.Signed

Authored by: Neo4j

Synchronous extensions for the official .NET driver.

4.3.2-SNAPSHOT-2107011221 4 years ago
Neo4j.Driver.Tests.TestBackend

Authored by: Neo4j.Driver.Tests.TestBackend

Package Description

4.3.2-SNAPSHOT-2107011221 4 years ago

Connect to feed

By: Neo4j

Total download count: 0

Readonly