Status: Experimental
OrientDB.Net.Core represents a re-imaging of the .NET OrientDB SDK for .NET Framework. Written targeting .NET Standard 1.6. The purpose in re-imaging the .NET OrientDB SDK, is to design an extensible base library that can support any number of implementations in the same vein as the Serilog project.
The current state of the driver and its derived components is pre-alpha. As such, the library itself can and will change substantially over the coming months.
OrientDB.Net.Core is the core library that provides the base classes and abstractions that represent the "core" of the API. It provides abstractions for communication with OrientDB and Serialization/De-Serialization of the output. The intent is to be able to flip between binary and http in the beginning and add any additional support that may arise.
To install the driver using NuGet:
Install-Package OrientDB.Net.Core
Quick Usage Example of SDK:
Person Entity: