Prius 2.0.1-alpha

This is a prerelease version of Prius.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Prius --version 2.0.1-alpha
NuGet\Install-Package Prius -Version 2.0.1-alpha
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="Prius" Version="2.0.1-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Prius --version 2.0.1-alpha
#r "nuget: Prius, 2.0.1-alpha"
#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 Prius as a Cake Addin
#addin nuget:?package=Prius&version=2.0.1-alpha&prerelease

// Install Prius as a Cake Tool
#tool nuget:?package=Prius&version=2.0.1-alpha&prerelease

Fast and robust layer for accessing databases. SQL Server, MySQL and PostgrSQL. For people that mostly use stored procedures.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (9)

Showing the top 5 NuGet packages that depend on Prius:

Package Downloads
Prius.Mocks

Reusable mocks that you can use to mock your database if you use Prius as your ORM.

Prius.SqLite

Configure databases in Prius ORM to connect to SQLite databases. Defines the server type 'SQLite' that you can use in your Prius ORM configuration file.

Owin.Framework.Pages.CMS.Runtime

You must include this package in your website to render pages defined within the CMS

Owin.Framework.Facilities.IdentityStore.Prius

Owin Framework IIdentityStore facility that stores identity information in a database using Prius ORM

Prius.SqlServer

Configure databases in Prius ORM to connect to Microsoft SQL Server. Defines the server type 'SqlServer' that you can use in your Prius ORM configuration file.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.2.2 788 1/15/2020
2.2.1 621 12/19/2019
2.2.0 559 12/18/2019
2.1.2 599 12/12/2019
2.1.1 585 12/12/2019
2.1.0 1,239 12/11/2019
2.1.0-alpha2 1,113 12/10/2019
2.1.0-alpha 1,088 12/5/2019
2.0.6 3,068 7/11/2018
2.0.5 2,780 2/1/2018
2.0.4 3,285 9/12/2017
2.0.1 7,111 2/9/2017
2.0.1-alpha 1,542 2/9/2017
2.0.0-alpha 1,536 2/3/2017
1.1.10 1,182 2/2/2017
1.1.9 1,083 12/5/2016
1.1.8 1,022 7/18/2016
1.1.7 1,561 7/11/2016
1.1.6 1,030 6/23/2016
1.1.5 1,025 6/20/2016
1.1.3 1,197 6/9/2016
1.0.8 1,028 5/30/2016
1.0.7 1,169 3/31/2016
1.0.6 1,411 10/6/2015
1.0.5 1,127 9/10/2015
1.0.4 1,057 9/4/2015
1.0.3 1,057 8/25/2015
1.0.1 1,046 8/23/2015
1.0.0 1,039 8/23/2015

Database engine providers are now in separate NuGet packages  - Prius.SqlServer, Prius.MySql and Prius.PostgreSql