PersistanceMap.Sqlite 0.4.0

dotnet add package PersistanceMap.Sqlite --version 0.4.0
NuGet\Install-Package PersistanceMap.Sqlite -Version 0.4.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="PersistanceMap.Sqlite" Version="0.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PersistanceMap.Sqlite --version 0.4.0
#r "nuget: PersistanceMap.Sqlite, 0.4.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install PersistanceMap.Sqlite as a Cake Addin
#addin nuget:?package=PersistanceMap.Sqlite&version=0.4.0

// Install PersistanceMap.Sqlite as a Cake Tool
#tool nuget:?package=PersistanceMap.Sqlite&version=0.4.0

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.

Version Downloads Last updated
0.4.0 1,805 5/27/2015
0.4.0-RC01 1,568 4/28/2015
0.3.3-RC6 1,706 2/27/2015
0.3.3-RC5 1,557 2/24/2015
0.3.3-RC3 1,748 12/26/2014
0.3.3-RC2 1,742 12/20/2014
0.3.2 1,704 12/3/2014