Artisan.ORM 1.0.5

There is a newer version of this package available.
See the version list below for details.
dotnet add package Artisan.ORM --version 1.0.5
NuGet\Install-Package Artisan.ORM -Version 1.0.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Artisan.ORM" Version="1.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Artisan.ORM --version 1.0.5
#r "nuget: Artisan.ORM, 1.0.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Artisan.ORM as a Cake Addin
#addin nuget:?package=Artisan.ORM&version=1.0.5

// Install Artisan.ORM as a Cake Tool
#tool nuget:?package=Artisan.ORM&version=1.0.5

ADO.NET Micro-ORM to SQL Server.
     This library is designed for the use of stored procedures, user-defined table types and structured static mappers,
     with the goal of reading and saving of complex object graphs at once in the fast, convinient and efficient way.

Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.1.1 312 1/18/2024
3.1.0 351 12/22/2023
3.0.0 769 4/20/2023
2.2.0 1,149 1/23/2021
2.1.0 931 12/24/2019
2.0.0 1,557 2/4/2018
1.1.3 1,677 2/4/2018
1.1.1 2,347 6/21/2017
1.1.0 2,197 4/16/2017
1.0.8 1,700 1/31/2017
1.0.7 1,783 12/30/2016
1.0.6 1,748 12/11/2016
1.0.5 1,677 11/23/2016
1.0.4 1,943 11/13/2016
1.0.3 1,934 11/4/2016
1.0.2 2,448 10/31/2016
1.0.1 3,023 10/31/2016
1.0.0 1,715 10/24/2016

Changed: ReadAs (auto-mapping) methods now use the expression trees compilation instead of reflection.
Read more: https://github.com/lobodava/artisan-orm/wiki/Auto-Mapping