Top 20 NuGet orm Packages

General database utility functionality used throughout various iayos projects, driven largely by Moneta, with a few other surprises on the way.
A small library that complements Dapper by adding basic CRUD operations (Get, Insert, Update, Delete) for your POCOs. For more advanced querying scenarios, Dapper Extensions provides a predicate system.
Business Logic Toolkit Oracle Data Provider for .NET
Shmapper is a lightweight mapper for Sharepoint lists (2010 and 2013) for CSOM. Maps ListItem fields to strongly typed entities and provides handy interface to work with them.
Unofficial FluentNhibernate 1.4.0.0 with dependency on NHibernate 3.3.3 instead of 3.3.1. Fluent, XML-less, compile safe, automated, convention-based mappings for NHibernate.
EasyPersist SQL Server Light ORM Framework.
The enterprise data mapping pattern implemented using NHibernate.
基于 Dapper、Dapper-Extensions 构建的微型 ORM 类库,提供一个包含增、删、改、查等常用方法的数据访问层基类,支持用 Lambda 表达式书写查询和更新条件
Package Description
Entity Framework Always Encryted support through Azure Key Vault
Loogn.OrmLite是一个简单、高效的基于.NET的数据访问组件!,支持SqlServer、MySql和Sqlite3
基于开源orm框架PetaPoco 实现Sql语句帮助器,不使用反射、lambda等,效率更高,使用更方便。通过表、列描述类,可以借用开发工具的提示完成Sql编写。详见http://www.cnblogs.com/guozhong111/p/7076556.html helper.Build<ORG_USER.SqlAttr, ORG_DEPARTMENT.SqlAttr>((f, t, c) => f.Select(t.ID, t.NAME, t.BIND_IP, t.DESCRIPTION, c.NAME.Alias("CNAME"), c.FAX, c.REM...
基于netstandard2.0的类似于Entity Framework的实体框架,目前支持SQL Server,MySQL,MariaDB,Oracle和Postgresql,CloudEntity使用了类似于Linq但又不是Linq的全新的查询方式,这会让很多熟悉Linq的开发人员打开一个新世界的大门。
A easy-to-use and high performance Micro-ORM for .NET
SQLite Helper is an open source .NETStandard library for easy storage and access of data from SQLite databases. It uses SQLitePCLRaw to provide platform independent access to sqlite. !!WARNING!! Library is currently in beta, breaking changes might occur!!
AntData.Orm mysql For Dotnet Core