1 dépôt
Lightweight object-relational mappers that provide basic mapping functionality without the overhead of full ORM features.
Distinct from .NET Frameworks: None of the candidates describe the specific identity of a lightweight ORM; they focus on general .NET frameworks or debuggers.
Explore 1 awesome GitHub repository matching data & databases · Micro-ORMs. Refine with filters or upvote what's useful.
Dapper is a high-performance micro-ORM and SQL object mapper for .NET. It functions as an ADO.NET extension library that adds data mapping capabilities directly to database connections, allowing SQL query results to be transformed into typed objects. The project prioritizes execution speed and low memory overhead by using intermediate language generation to map database columns to object properties. It further optimizes performance through the use of concurrent caching for mapping functions and literal value injection to improve database execution plans. The library covers a broad range of d
Functions as a high-performance micro-ORM for the .NET ecosystem.