.net ORM库,支持关系型数据库SQLSERVER,MYSQL,ORACLE,SQLITE,PGSQL,支持非关系数据库MONGODB,提供ADO和EF两种方式. 
                        
                    
         
                Info
| Version: | 1.0.4 | 
| Author(s): | fzbpk | 
| Last Update: | Thursday, April 23, 2020 | 
| .NET Fiddle: | Create the first Fiddle | 
| NuGet Url: | https://www.nuget.org/packages/NKData | 
Install
Install-Package NKData
                        dotnet add package NKData
                        paket add NKData
                        
                                NKData Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
                                         .NETStandard 2.0 
                                        
                    - Microsoft.CSharp(>= 4.7.0)
 - Microsoft.EntityFrameworkCore.SqlServer(>= 2.1.1)
 - Microsoft.EntityFrameworkCore.Sqlite.Core(>= 2.1.1)
 - MongoDB.Driver(>= 2.7.0)
 - MySql.Data(>= 6.10.9)
 - Newtonsoft.Json(>= 11.0.2)
 - Npgsql(>= 4.0.2)
 - Oracle.ManagedDataAccess.Core(>= 2.12.02)
 - linq2db(>= 2.3.0)
 
- Microsoft.CSharp(>= 4.7.0)
 - MongoDB.Driver(>= 2.7.0)
 - MySql.Data(>= 6.10.9)
 - Newtonsoft.Json(>= 11.0.2)
 - Npgsql(>= 4.0.2)
 - Oracle.ManagedDataAccess(>= 12.2.1100)
 - linq2db(>= 2.3.0)
 
- Microsoft.CSharp(>= 4.7.0)
 - Microsoft.EntityFrameworkCore.SqlServer(>= 2.1.1)
 - Microsoft.EntityFrameworkCore.Sqlite.Core(>= 2.1.1)
 - MongoDB.Driver(>= 2.7.0)
 - MySql.Data(>= 6.10.9)
 - Newtonsoft.Json(>= 11.0.2)
 - Npgsql(>= 4.0.2)
 - Oracle.ManagedDataAccess.Core(>= 2.12.02)
 - linq2db(>= 2.3.0)
 
Tags