首页

轻型的ORM类,支持MySQL,SqlLite,Mssql2000,Mssql2005,Oracle等一系列的数据库(Dapper)

c#

2020-10-17

Dapper是一个轻型的ORM类。代码就一个SqlMapper.cs文件,

编译后就40K的一个很小的Dll.Dapper很快。

Dapper的速度接近与IDataReader,

取列表的数据超过了DataTable。

Dapper支持MySQL,SqlLite,Mssql2000,Mssql2005,Oracle等一系列的数据库,

当然如果你知道原理也可以让它支持Mongo db。

话说,这个ORM,博主自己也一直在使用,确实十分强悍,

至少在性能方面,恐怕.NET里面的大多数ORM只能是望其项背了。

资源下载此资源下载价格为3D币(VIP免费),请先
资源文件列表
Dapper-master/.editorconfig , 2849
Dapper-master/.gitattributes , 770
Dapper-master/.gitignore , 240
Dapper-master/Dapper.Contrib/Dapper.Contrib.csproj , 1050
Dapper-master/Dapper.Contrib/Readme.md , 3642
Dapper-master/Dapper.Contrib/SqlMapperExtensions.Async.cs , 29245
Dapper-master/Dapper.Contrib/SqlMapperExtensions.cs , 53263
Dapper-master/Dapper.EntityFramework.StrongName/Dapper.EntityFramework.StrongName.csproj , 1178
Dapper-master/Dapper.EntityFramework/Dapper.EntityFramework.csproj , 792
Dapper-master/Dapper.EntityFramework/DbGeographyHandler.cs , 2079
Dapper-master/Dapper.EntityFramework/DbGeometryHandler.cs , 2067
Dapper-master/Dapper.EntityFramework/Handlers.cs , 488
Dapper-master/Dapper.ProviderTools/BulkCopy.cs , 5788
Dapper-master/Dapper.ProviderTools/Dapper.ProviderTools.csproj , 799
Dapper-master/Dapper.ProviderTools/DbConnectionExtensions.cs , 5107
Dapper-master/Dapper.ProviderTools/DbExceptionExtensions.cs , 2420
Dapper-master/Dapper.ProviderTools/Internal/DynamicBulkCopy.cs , 2234
Dapper-master/Dapper.Rainbow/Dapper.Rainbow.csproj , 918
Dapper-master/Dapper.Rainbow/Database.Async.cs , 13715
Dapper-master/Dapper.Rainbow/Database.cs , 23678
Dapper-master/Dapper.Rainbow/IgnorePropertyAttribute.cs , 750
Dapper-master/Dapper.Rainbow/Snapshotter.cs , 8902
Dapper-master/Dapper.Rainbow/SqlCompactDatabase.cs , 2667
Dapper-master/Dapper.SqlBuilder/Dapper.SqlBuilder.csproj , 966
Dapper-master/Dapper.SqlBuilder/SqlBuilder.cs , 6024
Dapper-master/Dapper.StrongName/Dapper.StrongName.csproj , 873
Dapper-master/Dapper.Tests.Contrib/Dapper.Tests.Contrib.csproj , 1567
Dapper-master/Dapper.Tests.Contrib/TestSuite.Async.cs , 20696
Dapper-master/Dapper.Tests.Contrib/TestSuite.cs , 26474
Dapper-master/Dapper.Tests.Contrib/TestSuites.cs , 10417
Dapper-master/Dapper.Tests.Performance/Benchmarks.Belgrade.cs , 2010
Dapper-master/Dapper.Tests.Performance/Benchmarks.Dapper.cs , 2162
Dapper-master/Dapper.Tests.Performance/Benchmarks.Dashing.cs , 1107
Dapper-master/Dapper.Tests.Performance/Benchmarks.EntityFramework.cs , 1071
Dapper-master/Dapper.Tests.Performance/Benchmarks.EntityFrameworkCore.cs , 1503
Dapper-master/Dapper.Tests.Performance/Benchmarks.HandCoded.cs , 3298
Dapper-master/Dapper.Tests.Performance/Benchmarks.Linq2DB.cs , 1376
Dapper-master/Dapper.Tests.Performance/Benchmarks.Linq2Sql.cs , 1400
Dapper-master/Dapper.Tests.Performance/Benchmarks.Massive.cs , 675
Dapper-master/Dapper.Tests.Performance/Benchmarks.NHibernate.cs , 1963
Dapper-master/Dapper.Tests.Performance/Benchmarks.PetaPoco.cs , 1199
Dapper-master/Dapper.Tests.Performance/Benchmarks.ServiceStack.cs , 717
Dapper-master/Dapper.Tests.Performance/Benchmarks.Susanoo.cs , 2295
Dapper-master/Dapper.Tests.Performance/Benchmarks.XPO.cs , 1826
Dapper-master/Dapper.Tests.Performance/Benchmarks.cs , 816
Dapper-master/Dapper.Tests.Performance/Config.cs , 1424
Dapper-master/Dapper.Tests.Performance/Dapper.Tests.Performance.csproj , 2564
Dapper-master/Dapper.Tests.Performance/Dashing/DashingConfiguration.cs , 248
Dapper-master/Dapper.Tests.Performance/Dashing/Post.cs , 688
Dapper-master/Dapper.Tests.Performance/EntityFramework/EFContext.cs , 359
Dapper-master/Dapper.Tests.Performance/EntityFrameworkCore/EFCoreContext.cs , 533
Dapper-master/Dapper.Tests.Performance/Helpers/ORMColum.cs , 1343
Dapper-master/Dapper.Tests.Performance/Helpers/ReturnColum.cs , 1216
Dapper-master/Dapper.Tests.Performance/LegacyTests.cs , 21290
Dapper-master/Dapper.Tests.Performance/Linq2DB/ConnectionStringSettings.cs , 355
Dapper-master/Dapper.Tests.Performance/Linq2DB/Linq2DBContext.cs , 244
Dapper-master/Dapper.Tests.Performance/Linq2DB/Linq2DbSettings.cs , 1056
Dapper-master/Dapper.Tests.Performance/Linq2Sql/DataClasses.dbml , 1448
Dapper-master/Dapper.Tests.Performance/Linq2Sql/DataClasses.dbml.layout , 738
Dapper-master/Dapper.Tests.Performance/Linq2Sql/DataClasses.designer.cs , 14039
Dapper-master/Dapper.Tests.Performance/Massive/Massive.cs , 18934
Dapper-master/Dapper.Tests.Performance/NHibernate/NHibernateHelper.cs , 975
Dapper-master/Dapper.Tests.Performance/NHibernate/Post.hbm.xml , 1153
Dapper-master/Dapper.Tests.Performance/NHibernate/hibernate.cfg.xml , 634
Dapper-master/Dapper.Tests.Performance/PetaPoco/PetaPoco.cs , 54628
Dapper-master/Dapper.Tests.Performance/Post.cs , 1720
Dapper-master/Dapper.Tests.Performance/Program.cs , 3568
Dapper-master/Dapper.Tests.Performance/Soma/SomaConfig.cs , 405
Dapper-master/Dapper.Tests.Performance/SqlDataReaderHelper.cs , 901
Dapper-master/Dapper.Tests.Performance/XPO/Post.cs , 829
Dapper-master/Dapper.Tests.Performance/app.config , 261
Dapper-master/Dapper.Tests/App.config , 426
Dapper-master/Dapper.Tests/AsyncTests.cs , 37701
Dapper-master/Dapper.Tests/ConstructorTests.cs , 7247
Dapper-master/Dapper.Tests/Dapper.Tests.csproj , 2403
Dapper-master/Dapper.Tests/DataReaderTests.cs , 7501
Dapper-master/Dapper.Tests/DecimalTests.cs , 4613
Dapper-master/Dapper.Tests/EnumTests.cs , 4535
Dapper-master/Dapper.Tests/Helpers/Attributes.cs , 3911
Dapper-master/Dapper.Tests/Helpers/Common.cs , 2768
Dapper-master/Dapper.Tests/Helpers/SqlServerTypesLoader.cs , 2244
Dapper-master/Dapper.Tests/Helpers/TransactedConnection.cs , 1540
Dapper-master/Dapper.Tests/Helpers/XunitSkippable.cs , 8170
Dapper-master/Dapper.Tests/LiteralTests.cs , 4308
Dapper-master/Dapper.Tests/MiscTests.cs , 41835
Dapper-master/Dapper.Tests/MultiMapTests.cs , 26249
Dapper-master/Dapper.Tests/NullTests.cs , 2970
Dapper-master/Dapper.Tests/ParameterTests.cs , 59781
Dapper-master/Dapper.Tests/ProcedureTests.cs , 11124
Dapper-master/Dapper.Tests/ProviderTests.cs , 3913
Dapper-master/Dapper.Tests/Providers/EntityFrameworkTests.cs , 2652
Dapper-master/Dapper.Tests/Providers/FirebirdTests.cs , 2091
Dapper-master/Dapper.Tests/Providers/Linq2SqlTests.cs , 2221
Dapper-master/Dapper.Tests/Providers/MySQLTests.cs , 9537
Dapper-master/Dapper.Tests/Providers/OLDEBTests.cs , 10517
Dapper-master/Dapper.Tests/Providers/PostgresqlTests.cs , 4165
Dapper-master/Dapper.Tests/Providers/SqliteTests.cs , 4521
Dapper-master/Dapper.Tests/QueryMultipleTests.cs , 10251
Dapper-master/Dapper.Tests/SharedTypes/Address.cs , 244
Dapper-master/Dapper.Tests/SharedTypes/Bar1.cs , 139
Dapper-master/Dapper.Tests/SharedTypes/Category.cs , 202
Dapper-master/Dapper.Tests/SharedTypes/Comment.cs , 159
Dapper-master/Dapper.Tests/SharedTypes/Dog.cs , 293
Dapper-master/Dapper.Tests/SharedTypes/Enums.cs , 189
Dapper-master/Dapper.Tests/SharedTypes/Foo1.cs , 134
Dapper-master/Dapper.Tests/SharedTypes/HazNameId.cs , 152
Dapper-master/Dapper.Tests/SharedTypes/Index.cs , 111
Dapper-master/Dapper.Tests/SharedTypes/Person.cs , 297
Dapper-master/Dapper.Tests/SharedTypes/Post.cs , 239
Dapper-master/Dapper.Tests/SharedTypes/Product.cs , 200
Dapper-master/Dapper.Tests/SharedTypes/ReviewBoard.cs , 525
Dapper-master/Dapper.Tests/SharedTypes/ShortEnum.cs , 212
Dapper-master/Dapper.Tests/SharedTypes/SomeType.cs , 149
Dapper-master/Dapper.Tests/SharedTypes/User.cs , 149
Dapper-master/Dapper.Tests/TestBase.cs , 5046
Dapper-master/Dapper.Tests/TransactionTests.cs , 2979
Dapper-master/Dapper.Tests/TupleTests.cs , 4617
Dapper-master/Dapper.Tests/TypeHandlerTests.cs , 31470
Dapper-master/Dapper.Tests/XmlTests.cs , 1329
Dapper-master/Dapper.sln , 8102
Dapper-master/Dapper.sln.DotSettings , 745
Dapper-master/Dapper.snk , 596
Dapper-master/Dapper/CommandDefinition.cs , 7177
Dapper-master/Dapper/CommandFlags.cs , 660
Dapper-master/Dapper/CustomPropertyTypeMap.cs , 2513
Dapper-master/Dapper/Dapper.csproj , 629
Dapper-master/Dapper/DataTableHandler.cs , 454
Dapper-master/Dapper/DbString.cs , 2941
Dapper-master/Dapper/DefaultTypeMap.cs , 8316
Dapper-master/Dapper/DynamicParameters.CachedOutputSetters.cs , 533
Dapper-master/Dapper/DynamicParameters.ParamInfo.cs , 804
Dapper-master/Dapper/DynamicParameters.cs , 21215
Dapper-master/Dapper/ExplicitConstructorAttribute.cs , 330
Dapper-master/Dapper/Extensions.cs , 1595
Dapper-master/Dapper/FeatureSupport.cs , 1091
Dapper-master/Dapper/SimpleMemberMap.cs , 2546
Dapper-master/Dapper/SqlDataRecordHandler.cs , 544
Dapper-master/Dapper/SqlDataRecordListTVPParameter.cs , 4529
Dapper-master/Dapper/SqlMapper.Async.cs , 83743
Dapper-master/Dapper/SqlMapper.CacheInfo.cs , 631
Dapper-master/Dapper/SqlMapper.DapperRow.Descriptor.cs , 5561
Dapper-master/Dapper/SqlMapper.DapperRow.cs , 8982
Dapper-master/Dapper/SqlMapper.DapperRowMetaObject.cs , 4272
Dapper-master/Dapper/SqlMapper.DapperTable.cs , 1937
Dapper-master/Dapper/SqlMapper.DeserializerState.cs , 457
Dapper-master/Dapper/SqlMapper.DontMap.cs , 244
Dapper-master/Dapper/SqlMapper.GridReader.Async.cs , 12430
Dapper-master/Dapper/SqlMapper.GridReader.cs , 23716
Dapper-master/Dapper/SqlMapper.ICustomQueryParameter.cs , 651
Dapper-master/Dapper/SqlMapper.IDataReader.cs , 7086
Dapper-master/Dapper/SqlMapper.IDynamicParameters.cs , 690
最多只能显示150条信息!
没有账号? 忘记密码?

社交账号快速登录