CypherOGM 1.0.5
dotnet add package CypherOGM --version 1.0.5
NuGet\Install-Package CypherOGM -Version 1.0.5
<PackageReference Include="CypherOGM" Version="1.0.5" />
paket add CypherOGM --version 1.0.5
#r "nuget: CypherOGM, 1.0.5"
// Install CypherOGM as a Cake Addin #addin nuget:?package=CypherOGM&version=1.0.5 // Install CypherOGM as a Cake Tool #tool nuget:?package=CypherOGM&version=1.0.5
An Object Graph Mapper for CSharp to connect to Neo4j or Memgraph. It has support for defining the object model as a schema. It support refactor scripts written in CSharp, which you can add to your project. When you run your program and the graph is of an older version, the upgrade script will automatically be executed against the graph. It also support generation of type-safe data objects, so you know at compile time if your code is compatible with the latest upgrades.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- Crc32.NET (>= 1.2.0)
- Microsoft.Bcl.HashCode (>= 1.1.1)
- Microsoft.CSharp (>= 4.7.0)
- Neo4j.Driver (>= 5.18.1)
- Newtonsoft.Json (>= 13.0.3)
- System.CodeDom (>= 8.0.0)
- System.Text.Json (>= 8.0.3)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on CypherOGM:
Package | Downloads |
---|---|
CypherOGM.MemgraphDriver
Driver needed to connect to Memgraph using Blueprint41 |
|
CypherOGM.Neo4jDriver.v5
Driver needed to connect to Neo4j using Blueprint41 |
GitHub repositories
This package is not used by any popular GitHub repositories.