OKHOSTING.ORM 1.0.6

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package OKHOSTING.ORM --version 1.0.6
NuGet\Install-Package OKHOSTING.ORM -Version 1.0.6
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="OKHOSTING.ORM" Version="1.0.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OKHOSTING.ORM --version 1.0.6
#r "nuget: OKHOSTING.ORM, 1.0.6"
#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 OKHOSTING.ORM as a Cake Addin
#addin nuget:?package=OKHOSTING.ORM&version=1.0.6

// Install OKHOSTING.ORM as a Cake Tool
#tool nuget:?package=OKHOSTING.ORM&version=1.0.6

Flexible, simple, feature complete, multi-database, multi-platform ORM.
 Works with any class, any naming convention, and most used databases.

 ## Features

 * Works on top of OKHOSTING.Sql which give us access to MySql, SQLite and "DataBase web service" in mobile, and MySql, SQLite, SQL Server and PostgresSQL on desktop
 * Real POCOs, you don't need use "special classes", you can use any class you already have
 * Supports every database schema you want to use. You dont need a "special schema"
 * Supports any inheritance strategy you desire, and any one to many and many to many relationships you need
 * Class name and table name can be different, the same goes for properties and columns
 * Supports single and multi column primary keys, and foreign keys
 * You won't have to write SQL never again, unless you want to
 * Works on Windows, Linux, Mac, Android, iOS, Windows Phone and Universal Windows Platform
 * Allows you to create complex select operations, strongly typed, that include joins, limits, order, aggregated funcionts, group by
 * Very fast, light and small
 * Pretty easy to use

 Please visit: https://github.com/okhosting/OKHOSTING.ORM

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated