Prius 1.1.5
See the version list below for details.
dotnet add package Prius --version 1.1.5
NuGet\Install-Package Prius -Version 1.1.5
<PackageReference Include="Prius" Version="1.1.5" />
paket add Prius --version 1.1.5
#r "nuget: Prius, 1.1.5"
// Install Prius as a Cake Addin #addin nuget:?package=Prius&version=1.1.5 // Install Prius as a Cake Tool #tool nuget:?package=Prius&version=1.1.5
Fast and robust layer for accessing databases. SQL Server, MySQL and PostgrSQL. For people that mostly use stored procedures.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- Ioc.Modules (>= 1.0.4)
- MySql.Data (>= 6.9.7)
- Newtonsoft.Json (>= 7.0.1)
- Npgsql (>= 2.2.5)
- Urchin.Client (>= 1.0.1.2)
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 | 853 | 1/15/2020 |
2.2.1 | 651 | 12/19/2019 |
2.2.0 | 601 | 12/18/2019 |
2.1.2 | 647 | 12/12/2019 |
2.1.1 | 636 | 12/12/2019 |
2.1.0 | 1,316 | 12/11/2019 |
2.1.0-alpha2 | 1,203 | 12/10/2019 |
2.1.0-alpha | 1,186 | 12/5/2019 |
2.0.6 | 3,218 | 7/11/2018 |
2.0.5 | 2,918 | 2/1/2018 |
2.0.4 | 3,489 | 9/12/2017 |
2.0.1 | 7,522 | 2/9/2017 |
2.0.1-alpha | 1,650 | 2/9/2017 |
2.0.0-alpha | 1,657 | 2/3/2017 |
1.1.10 | 1,243 | 2/2/2017 |
1.1.9 | 1,128 | 12/5/2016 |
1.1.8 | 1,063 | 7/18/2016 |
1.1.7 | 1,639 | 7/11/2016 |
1.1.6 | 1,079 | 6/23/2016 |
1.1.5 | 1,075 | 6/20/2016 |
1.1.3 | 1,249 | 6/9/2016 |
1.0.8 | 1,080 | 5/30/2016 |
1.0.7 | 1,217 | 3/31/2016 |
1.0.6 | 1,464 | 10/6/2015 |
1.0.5 | 1,183 | 9/10/2015 |
1.0.4 | 1,101 | 9/4/2015 |
1.0.3 | 1,112 | 8/25/2015 |
1.0.1 | 1,092 | 8/23/2015 |
1.0.0 | 1,090 | 8/23/2015 |
Integrated Ioc.Modules to simplify IoC configuration in your application