Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 944 Bytes

ReadMe.md

File metadata and controls

18 lines (14 loc) · 944 Bytes

MapLess

license NuGet Build Status release openhub

MapLess is a minimal micro-ORM library to map database objects to application interfaces.

Installation

Use Package manager and run the following command

PM> Install-Package MapLess

Get Started

For documentation and examples please refer to Docs directory.