Prius 2.2.2
Install-Package Prius -Version 2.2.2
dotnet add package Prius --version 2.2.2
<PackageReference Include="Prius" Version="2.2.2" />
paket add Prius --version 2.2.2
#r "nuget: Prius, 2.2.2"
// Install Prius as a Cake Addin
#addin nuget:?package=Prius&version=2.2.2
// Install Prius as a Cake Tool
#tool nuget:?package=Prius&version=2.2.2
Fast and robust layer for accessing databases. SQL Server, MySQL, Aurora, MariaDB, Sqlite and PostgrSQL. Designed for people that prefer to use stored procedures but works equally well for ad-hoc queries. Does not generate SQL statements from LINQ expressions.
Product | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
-
.NETFramework 4.0
- Ioc.Modules.Contract (>= 1.4.1)
- Newtonsoft.Json (>= 7.0.1)
- Urchin.Client (>= 1.3.1)
-
.NETFramework 4.5
- Ioc.Modules.Contract (>= 1.4.1)
- Newtonsoft.Json (>= 7.0.1)
- Urchin.Client (>= 1.3.1)
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. |
|
Owin.Framework.Facilities.IdentityStore.Prius
Owin Framework IIdentityStore facility that stores identity information in a database using Prius ORM |
|
Owin.Framework.Pages.CMS.Runtime
You must include this package in your website to render pages defined within the CMS |
|
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. |
|
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 | 483 | 1/15/2020 |
2.2.1 | 368 | 12/19/2019 |
2.2.0 | 328 | 12/18/2019 |
2.1.2 | 359 | 12/12/2019 |
2.1.1 | 334 | 12/12/2019 |
2.1.0 | 417 | 12/11/2019 |
2.1.0-alpha2 | 585 | 12/10/2019 |
2.1.0-alpha | 601 | 12/5/2019 |
2.0.6 | 1,638 | 7/11/2018 |
2.0.5 | 1,508 | 2/1/2018 |
2.0.4 | 1,829 | 9/12/2017 |
2.0.1 | 3,449 | 2/9/2017 |
2.0.1-alpha | 964 | 2/9/2017 |
2.0.0-alpha | 966 | 2/3/2017 |
1.1.10 | 792 | 2/2/2017 |
1.1.9 | 813 | 12/5/2016 |
1.1.8 | 736 | 7/18/2016 |
1.1.7 | 1,029 | 7/11/2016 |
1.1.6 | 752 | 6/23/2016 |
1.1.5 | 764 | 6/20/2016 |
1.1.3 | 866 | 6/9/2016 |
1.0.8 | 755 | 5/30/2016 |
1.0.7 | 857 | 3/31/2016 |
1.0.6 | 1,121 | 10/6/2015 |
1.0.5 | 841 | 9/10/2015 |
1.0.4 | 764 | 9/4/2015 |
1.0.3 | 779 | 8/25/2015 |
1.0.1 | 773 | 8/23/2015 |
1.0.0 | 766 | 8/23/2015 |
TraceWriter2 interface allows tracing of parameter values to stored procedures