Artisan.ORM 1.0.7

There is a newer version of this package available.
See the version list below for details.
dotnet add package Artisan.ORM --version 1.0.7
NuGet\Install-Package Artisan.ORM -Version 1.0.7
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.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Artisan.ORM --version 1.0.7
#r "nuget: Artisan.ORM, 1.0.7"
#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.7

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

ADO.NET Micro-ORM to SQL Server.

This library is designed for the use of 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

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 311 1/18/2024
3.1.0 349 12/22/2023
3.0.0 751 4/20/2023
2.2.0 1,147 1/23/2021
2.1.0 931 12/24/2019
2.0.0 1,555 2/4/2018
1.1.3 1,675 2/4/2018
1.1.1 2,345 6/21/2017
1.1.0 2,195 4/16/2017
1.0.8 1,698 1/31/2017
1.0.7 1,781 12/30/2016
1.0.6 1,746 12/11/2016
1.0.5 1,676 11/23/2016
1.0.4 1,941 11/13/2016
1.0.3 1,932 11/4/2016
1.0.2 2,446 10/31/2016
1.0.1 3,021 10/31/2016
1.0.0 1,713 10/24/2016

Change: lifting of the Read-methods up to the RepositoryBase level
https://github.com/lobodava/artisan-orm/wiki/Read-Methods-Understanding