Top 20 NuGet micro-orm Packages

A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite etc..
The connection management wrapper for Dapper.net. *************************************** // To create an instance of database context inherit DbContext class TestDb : DbContext { private const string ConnectionName = "DefaultConnection"; private TestDb() : base(ConnectionName) { } } // e...
Sql commands wrapper, a mini ORM.
A small library that adds generic repository features to Dapper, and additionally predicates and a logging system.
Simple Query. ORM Very Easy to use. All CRUD operations. Dapper and ORM in the same place
Dapper.SimpleLoad makes it easy to load complex object hierarchies from a relational database.
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...
Microsoft SQL Server database provider for Yamo.
SQLite database provider for Yamo.
Yamo is a simple micro ORM which supports MS SQL Server and SQLite databases.
Abstractions for a Normal ORM
Classes and interfaces to jumpstart using PetaPoco with the Repository Pattern
Classes and interfaces to jumpstart using PetaPoco with the Repository Pattern
DbExtensions is a data-access framework with a strong focus on query composition, granularity and code aesthetics. It supports both POCO and dynamic (untyped) mapping.
Easiest and fastest Micro ORM, you've got the queries, you've got the objects, take the best of two worlds ! This is the SQL Server database provider.
Simple extension to Dapper to allow arbitrary column to property mapping.
Dapper, DapperExtensions and Linq Queries.
T4 template generates database models from a database for use with Dapper.SimpleCRUD. Uses core .Net attributes so the generator could be used for other ORMs.
An Oracle ODP.NET provider for Insight.Database so Insight.Database can do its magic on Oracle. Requires Oracle ODP.NET. Depends on Insight.Database.
Small and simple to use and understand. 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 design just maps the results to the objects. Writes are tightl...