Artisan.ORM
2.2.0
ADO.NET Micro-ORM to SQL Server, implemented as a .Net Standard 2.0.3 library.
This library is designed to use stored procedures, table-valued parameters and structured static mappers, with the goal of reading and saving of complex object graphs at once in the fast, convinient and efficient way.
Read more: https://www.codeproject.com/articles/1155836/artisan-orm-or-how-to-reinvent-the-wheel
Install-Package Artisan.ORM -Version 2.2.0
dotnet add package Artisan.ORM --version 2.2.0
<PackageReference Include="Artisan.ORM" Version="2.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Artisan.ORM --version 2.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Artisan.ORM, 2.2.0"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Release Notes
Added ReadDynamic and ReadDynamicList methods
Dependencies
-
.NETStandard 2.0
- Microsoft.Data.SqlClient (>= 2.1.1)
- Microsoft.Extensions.Configuration (>= 5.0.0)
- Microsoft.Extensions.Configuration.Json (>= 5.0.0)
- System.Configuration.ConfigurationManager (>= 5.0.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
2.2.0 | 102 | 1/23/2021 |
2.1.0 | 245 | 12/24/2019 |
2.0.0 | 627 | 2/4/2018 |
1.1.3 | 626 | 2/4/2018 |
1.1.1 | 1,118 | 6/21/2017 |
1.1.0 | 918 | 4/16/2017 |
1.0.8 | 653 | 1/31/2017 |
1.0.7 | 725 | 12/30/2016 |
1.0.6 | 679 | 12/11/2016 |
1.0.5 | 667 | 11/23/2016 |
1.0.4 | 906 | 11/13/2016 |
1.0.3 | 751 | 11/4/2016 |
1.0.2 | 911 | 10/31/2016 |
1.0.1 | 1,040 | 10/31/2016 |
1.0.0 | 770 | 10/24/2016 |