Info
Version: | 0.5.6-RC04 |
Author(s): | Christian Walpen |
Last Update: | Thursday, July 7, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://wickedflame.github.io/ |
NuGet Url: | https://www.nuget.org/packages/PersistenceMap |
Install
Install-Package PersistenceMap
dotnet add package PersistenceMap
paket add PersistenceMap
PersistenceMap Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
It uses a Fluent API to define Queries that translate to SQL. The SQL is executed against the RDBMS using ADO.NET and the result is automaticaly mapped to Typed POCO's.
The simple, straight forward, intuitive and easy to use API helps to quickly setup a connction to a Database.
PersistenceMap is extremely lightweight and leaves no traces in the client code.