PersistanceMap.Sqlite
0.3.2
See the version list below for details.
dotnet add package PersistanceMap.Sqlite --version 0.3.2
NuGet\Install-Package PersistanceMap.Sqlite -Version 0.3.2
<PackageReference Include="PersistanceMap.Sqlite" Version="0.3.2" />
paket add PersistanceMap.Sqlite --version 0.3.2
#r "nuget: PersistanceMap.Sqlite, 0.3.2"
// Install PersistanceMap.Sqlite as a Cake Addin #addin nuget:?package=PersistanceMap.Sqlite&version=0.3.2 // Install PersistanceMap.Sqlite as a Cake Tool #tool nuget:?package=PersistanceMap.Sqlite&version=0.3.2
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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.