Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

albumprinter/Neo4jClient

 
 

Repository files navigation

What is Neo4jClient?

A .NET client for neo4j. Supports basic CRUD operations, Cypher and Gremlin queries via fluent interfaces, and some indexing operations.

Grab the latest drop straight from the Neo4jClient package on NuGet.

Read our wiki doco.

Current Builds

The official neo4jclient build and nuget package is automated via MyGet build services. Contributors can test private builds using MyGet build services under their own account.

Stable neo4jclient-tx MyGet Build Status

Dependency Changes in 2.0

  • JSON.NET updated to 9.0.1

Breaking Changes in 2.0

  • If using the DotNet Core version of Neo4jClient - transactions will not work. This will be returned when DotNet Core gets the TransactionScope (See this comment for more details).

License Information

Licensed under MS-PL. See LICENSE in the root of this repository for full license text.

Packages

No packages published

Languages

  • C# 99.3%
  • Other 0.7%