PersistanceMap 0.4.2-RC02
PersistanceMap is a small, extremely lightweight and intuitive ORM Framework for .NET. It uses a Fluent API to define Queries that translate to SQL. The Queries are executed against a RDBMS using ADO.NET. The resulting data is automaticaly mapped into Dataobjects/POCO's.
The synthax is simple and easy to use and resemles the SQL or LINQ synthax.
PersistanceMap is extremely lightweight and leaves no traces in the client code.
The current versions only support MSSql Servers.
Install-Package PersistanceMap -Version 0.4.2-RC02
dotnet add package PersistanceMap --version 0.4.2-RC02
<PackageReference Include="PersistanceMap" Version="0.4.2-RC02" />
paket add PersistanceMap --version 0.4.2-RC02
#r "nuget: PersistanceMap, 0.4.2-RC02"
Dependencies
This package has no dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|