Prius 2.2.2
dotnet add package Prius --version 2.2.2
NuGet\Install-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 net481 |
-
.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 | 611 | 1/15/2020 |
2.2.1 | 494 | 12/19/2019 |
2.2.0 | 457 | 12/18/2019 |
2.1.2 | 468 | 12/12/2019 |
2.1.1 | 451 | 12/12/2019 |
2.1.0 | 637 | 12/11/2019 |
2.1.0-alpha2 | 620 | 12/10/2019 |
2.1.0-alpha | 630 | 12/5/2019 |
2.0.6 | 2,262 | 7/11/2018 |
2.0.5 | 2,000 | 2/1/2018 |
2.0.4 | 2,441 | 9/12/2017 |
2.0.1 | 4,841 | 2/9/2017 |
2.0.1-alpha | 1,024 | 2/9/2017 |
2.0.0-alpha | 1,027 | 2/3/2017 |
1.1.10 | 994 | 2/2/2017 |
1.1.9 | 958 | 12/5/2016 |
1.1.8 | 880 | 7/18/2016 |
1.1.7 | 1,339 | 7/11/2016 |
1.1.6 | 885 | 6/23/2016 |
1.1.5 | 900 | 6/20/2016 |
1.1.3 | 1,018 | 6/9/2016 |
1.0.8 | 894 | 5/30/2016 |
1.0.7 | 1,005 | 3/31/2016 |
1.0.6 | 1,268 | 10/6/2015 |
1.0.5 | 987 | 9/10/2015 |
1.0.4 | 913 | 9/4/2015 |
1.0.3 | 915 | 8/25/2015 |
1.0.1 | 910 | 8/23/2015 |
1.0.0 | 904 | 8/23/2015 |
TraceWriter2 interface allows tracing of parameter values to stored procedures