CypherOGM 1.0.5

dotnet add package CypherOGM --version 1.0.5
NuGet\Install-Package CypherOGM -Version 1.0.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CypherOGM" Version="1.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CypherOGM --version 1.0.5
#r "nuget: CypherOGM, 1.0.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.

Version Downloads Last updated
1.0.5 99 4/18/2024
1.0.4 77 4/16/2024
1.0.3 88 4/15/2024
1.0.2 100 4/13/2024
1.0.1 98 4/8/2024
1.0.0 111 4/8/2024