DapperMapper 1.0.5

dotnet add package DapperMapper --version 1.0.5
                    
NuGet\Install-Package DapperMapper -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="DapperMapper" Version="1.0.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DapperMapper" Version="1.0.5" />
                    
Directory.Packages.props
<PackageReference Include="DapperMapper" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DapperMapper --version 1.0.5
                    
#r "nuget: DapperMapper, 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.
#:package DapperMapper@1.0.5
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=DapperMapper&version=1.0.5
                    
Install as a Cake Addin
#tool nuget:?package=DapperMapper&version=1.0.5
                    
Install as a Cake Tool

DapperMapper will ease your Data Management in Microsoft SQL SERVER and and Sqlite with the same interface. We provide Bulkinsert from JSON file in the package named "JSONAM" ease as one line of code to insert millions record to the supported database.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
1.0.5 4,847 4/13/2019
1.0.4 2,763 2/25/2018
1.0.3 1,383 2/18/2018
1.0.2 1,480 2/18/2018
1.0.1 1,502 1/25/2018
1.0.0 1,463 1/25/2018

SQLITE provider - Jsonam for bulk insert - some bug to insert and create table fixed