OrpheusORM is a lightweight flexible ORM, that gives the developer real flexibility, on how to create schema, load/save data and configure complex constraints and relationships between models.
Info
Version: | 1.2.1 |
Author(s): | Trifidis Georgios(Yiorgos) |
Last Update: | Thursday, October 17, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/gtrifidis/OrpheusORM |
NuGet Url: | https://www.nuget.org/packages/OrpheusORM |
Install
Install-Package OrpheusORM
dotnet add package OrpheusORM
paket add OrpheusORM
OrpheusORM Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Logging(>= 2.0.0)
- Microsoft.Extensions.Configuration(>= 2.0.0)
- Microsoft.Extensions.DependencyInjection(>= 2.0.0)
- Microsoft.Extensions.Options(>= 2.0.0)
- OrpheusORMInterfaces(>= 1.2.1)
- OrpheusORMAttributes(>= 1.2.1)