Top 20 NuGet orm Packages

Adds support for logging via log4net for DataObjects.Net Core
Adds support for easy localization for DataObjects.Net Core-powered domain models
Adds support for bulk insert, update and delete operations for DataObjects.Net Core-powered domain models
A high performer migration library for SQLite
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, Support for multiple databases: SQL Server, MySQL, Sqlite, Postgresql, Oracle...
Simple ORM for SQL Server
.NET Core ORM specially designed to work with PostgreSQL
This is extension for Npgsql.EntityFrameworkCore.PostgreSQL. it's enables filter data in Case Insensitive mode.
Adds support for SQLite to DataObjects.Net Core
Adds support for PostgreSQL to DataObjects.Net Core
Adds support for Oracle database to DataObjects.Net Core
Adds support for MySQL to DataObjects.Net Core
Adds support for Firebird to DataObjects.Net Core
Miado is a data-access layer with an intuitive and easy to use API which wraps around and improves upon the usage of straight ADO.Net code. What is it? Miado is not yet-another-ORM library. If you are looking for an ORM tool and/or SQL generator, look at LINQ, NHibernate, Subsonic, etc. However, i...
基于dapper拓展的ORM操作类。可以直接使用实体类进行相应的操作,如果db.Insert(Entity);