基于Dapper二次封装的ORM,支持原生SQL CRUD和Linq CRUD. 
                        
                    
         
                    Learn Dapper: https://www.learndapper.com/
                        Dapper Tutorial: https://dappertutorial.net/
                    Info
| Version: | 3.1.10 | 
| Author(s): | PoJun | 
| Last Update: | Wednesday, March 10, 2021 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/YGeneral/PoJun.Dapper | 
| NuGet Url: | https://www.nuget.org/packages/PoJun.Dapper.Repository | 
Install
Install-Package PoJun.Dapper.Repository
                        dotnet add package PoJun.Dapper.Repository
                        paket add PoJun.Dapper.Repository
                        
                                PoJun.Dapper.Repository Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- Dapper(>= 2.0.78)
 - MySql.Data(>= 8.0.22)
 - Npgsql(>= 5.0.1.1)
 - System.Data.SqlClient(>= 4.8.2)
 
Tags