Top 20 NuGet micro-orm Packages

Dapper; installed as code that compiles into your project instead of an assembly dependency.
CoPilot is an object relational mapper (ORM). In its core it works like a micro ORM, but it has some neat and powerful features added on top of it, which makes it more of a "middle ground" ORM. CoPilot is built with performance and flexibillity in mind, and was specifically designed to avoid any lea...
W-ORM is simple and usefull an ORM
Simple Get, GetList, GetListPaged, Insert, Update, Delete, DeleteList, and RecordCount extensions for Dapper. Uses smart defaults for attribute free classes but can be overridden as needed. By default uses Id column as the primary key but this can be overridden with an attribute By default qu...
A helpful set of C# extensions used to map database results to object models.
Fast Relational DB scalable caching. Multiple DB loaders.
Fast Relational DB scalable caching. Multiple DB loaders.
A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc..
Make dapper compatible with net40.(base on dapper 1.50.7)
The official collection of get, insert, update and delete helpers for Dapper.net. Also handles lists of entities and optional "dirty" tracking of interface-based entities.
Fork of AsyncPoco with support for array based parameters in postgresql and sql server
Fast Relational DB scalable caching. Multiple DB loaders.
Simple Get, GetList, GetListPaged, Insert, Update, Delete, DeleteList, and RecordCount extensions for Dapper. Uses smart defaults for attribute free classes but can be overridden as needed. By default uses Id column as the primary key but this can be overridden with an attribute By default qu...
Core functionality API objects for ADO.Net.Client based libraries
Feature summary: . Small and simple to use and understand. . Single file reference needed. . Full object hierarchy CRUD support. Saves all object properties and the relationships to related tables. Also supports collection properties. . Allows developers to write sql as needed for reads. The des...
Feature summary: . Small and simple to use and understand. . Single file reference needed. . Full object hierarchy CRUD support. Saves all object properties and the relationships to related tables. Also supports collection properties. . Allows developers to write sql as needed for reads. The des...
A high performance mini-orm enabling expressive queries and data models. Supports MSSQL.
Base classes to implement Repository pattern using Dapper as ORM
Sequelocity.NET is a simple data access library for the Microsoft .NET Framework providing lightweight ADO.NET wrapper, object mapper, and helper functions.