Info
| Version: | 4.0.0 |
| Author(s): | Vadim Loboda |
| Last Update: | Friday, May 8, 2026 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/lobodava/artisan-orm |
| NuGet Url: | https://www.nuget.org/packages/Artisan.ORM |
Install
Install-Package Artisan.ORM
dotnet add package Artisan.ORM
paket add Artisan.ORM
Artisan.ORM Download (Unzip the "nupkg" after downloading)
Dependencies
- 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)
Tags
Multi-targets .NET Standard 2.1, .NET 8 and .NET 10.
Use version 2.x.x, which was built with .NET Standard 2.0, if you need to use this library with the .NET Framework.
This library is designed to use stored procedures, table-valued parameters and structured static mappers, with the goal of reading and saving complex object graphs at once in a fast, convenient and efficient way.
Read more: https://github.com/lobodava/artisan-orm/wiki.