Top 20 NuGet micro-orm Packages

Multipurpose universal utilities library so you don't have to write your own utils for every project. Includes extensions, encapsulation of logging and encryption, basic datareader-to-POCO mapping, a mailer throttle, and strongly-typed API callers.
A Normal ORM
Caching for a Normal ORM
Tool for auto generation of CRUD sql statements based on entities definitions
Core Implementation for Dapper.Extensions.Linq
Trivial micro-orm implemented on Dapper, provides with CRUD helpers specialize to handle MySql.
Extension for EntityFramework Library brings together the best of the EntityFramework with Dapper. Basic CRUD operations (Query, Insert, Update, Delete) for your POCOs.
An extension to the Popsql library that integrates it seamlessly with the Dapper micro-ORM.
Lightweight .NET Core library for generating SQL statements from plain objects with advanced features and mapping support
CRUD Extensions for Dapper.Net
An extremely easy to use Micro-ORM supporting Sql Server, MySQL, PostgreSQL, Oracle, Sqlite, SqlCE. Originally Schotime's PetaPoco branch.
A high performance Micro-ORM library supporting SQL Server and PostgreSQL.
Provides easy construction of database connection, attribute-based table mapping, and creation of primitive SQL.
Provides very simple CRUD operation using Dapper.
This is a fork by Claudio Barca of original code Dapper.SimpleCRUD written by Eric Coffman. This patch was required to insert tables with primary key named as "Id" but NOT autoincrement value. Simple Get, GetList, Insert, Update, and Delete extensions for Dapper. Uses smart defaults for a...
This is *not only* a repository pattern implematation but also a DocumentDb mini-ORM client to simplify the development with noSql databases.