Mighty 3.2.0
A new small, happy, dynamic micro-ORM and general purpose .NET data access wrapper.
Based on and highly compatible with Massive, but now with:
* .NET Core 1.0+, 2.0+ and 3.0+ (with continuing support for .NET Framework 4.0+ and 4.5+)
* Optional strong typing (with continuing full support for dynamic types)
* Full stored procedure support
* Parameter names and directions (where you need it; automatic parameter naming as in Massive still works just as before)
* Full transaction support
* Cursor support on Oracle and PostgreSQL (cursors are not designed to be passed out to client code on any other supported databases)
* Multiple result sets
* Simultaneous access to more then one database provider
See the version list below for details.
Install-Package Mighty -Version 3.2.0
dotnet add package Mighty --version 3.2.0
<PackageReference Include="Mighty" Version="3.2.0" />
paket add Mighty --version 3.2.0
#r "nuget: Mighty, 3.2.0"
// Install Mighty as a Cake Addin
#addin nuget:?package=Mighty&version=3.2.0
// Install Mighty as a Cake Tool
#tool nuget:?package=Mighty&version=3.2.0
Dependencies
-
.NETFramework 4.0
- No dependencies.
-
.NETFramework 4.5
- AsyncEnumerator (>= 3.1.0)
-
.NETStandard 1.6
- AsyncEnumerator (>= 3.1.0)
- Microsoft.CSharp (>= 4.3.0)
- NETStandard.Library (>= 1.6.1)
- System.Collections.Specialized (>= 4.3.0)
- System.Data.Common (>= 4.3.0)
- System.Reflection.TypeExtensions (>= 4.3.0)
-
.NETStandard 2.0
- AsyncEnumerator (>= 3.1.0)
- Microsoft.CSharp (>= 4.3.0)
- System.Threading.Tasks.Extensions (>= 4.5.2)
-
.NETStandard 2.1
- AsyncEnumerator (>= 3.1.0)
- Microsoft.CSharp (>= 4.3.0)
- System.Threading.Tasks.Extensions (>= 4.5.2)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Mighty:
Repository | Stars |
---|---|
StackExchange/Dapper
Dapper - a simple object mapper for .Net
|
Version History
Version | Downloads | Last updated |
---|---|---|
4.0.0-alpha-3 | 411 | 10/5/2020 |
4.0.0-alpha-1 | 188 | 5/25/2020 |
3.2.0 | 98 | 3/21/2021 |
3.2.0-alpha1 | 88 | 3/16/2021 |
3.1.3 | 4,436 | 10/5/2020 |
3.1.2 | 2,042 | 5/15/2020 |
3.1.1 | 544 | 2/23/2020 |
3.1.0 | 208 | 2/23/2020 |
3.0.6 | 3,951 | 10/16/2019 |
3.0.5 | 269 | 9/2/2019 |
3.0.4 | 313 | 5/14/2019 |
3.0.4-beta-2 | 339 | 4/24/2019 |
3.0.3-beta | 344 | 4/23/2019 |
1.3.3-prerelease | 285 | 3/29/2019 |