Info
Version: | 4.0.0-alpha-6 |
Author(s): | Mike Beaton |
Last Update: | Friday, November 8, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/MightyOrm/MightyOrm |
NuGet Url: | https://www.nuget.org/packages/Mighty |
Install
Install-Package Mighty
dotnet add package Mighty
paket add Mighty
Mighty Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.0
No dependencies.
- AsyncEnumerator(>= 3.1.0)
- 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)
- AsyncEnumerator(>= 3.1.0)
- Microsoft.CSharp(>= 4.3.0)
- System.Threading.Tasks.Extensions(>= 4.5.2)
- AsyncEnumerator(>= 3.1.0)
- Microsoft.CSharp(>= 4.3.0)
- System.Threading.Tasks.Extensions(>= 4.5.2)
Tags
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.