Shaolinq.Postgres.DotConnect 0.6.0.141

There is a newer version of this package available.
See the version list below for details.
dotnet add package Shaolinq.Postgres.DotConnect --version 0.6.0.141
NuGet\Install-Package Shaolinq.Postgres.DotConnect -Version 0.6.0.141
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="Shaolinq.Postgres.DotConnect" Version="0.6.0.141" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Shaolinq.Postgres.DotConnect --version 0.6.0.141
#r "nuget: Shaolinq.Postgres.DotConnect, 0.6.0.141"
#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 Shaolinq.Postgres.DotConnect as a Cake Addin
#addin nuget:?package=Shaolinq.Postgres.DotConnect&version=0.6.0.141

// Install Shaolinq.Postgres.DotConnect as a Cake Tool
#tool nuget:?package=Shaolinq.Postgres.DotConnect&version=0.6.0.141

Shaolinq is a thoughtfully designed ORM and Linq provider for .NET
   
Use this package to add Shaolinq and out-of-the-box Postgres support (via the DotConnect ADO.NET Postgres provider).
   
Designed to perform super fast and be easy to use, Shaolinq's features also include:
   
- First class schema-first ORM with WYSIWYG data access and minipulation.
- First class LINQ support (not the basic kind you see in most other OSS projects).
- Single trip updating of objects.
- Support for Sqlite, MySql and Postgres.
- Automatic database creation and schema migration.
- Delete LINQ extension for batch server side deletes.
- Full support for server side date functions (Date.DayOfWeek etc).
- Easily extensible with a simple interface for adding support for other ADO.NET compatible databases.
- Open Source!

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.9.1.375 158 2/27/2015
0.9.1.373 47 2/25/2015
0.9.1.370 42 2/25/2015
0.9.1.367 48 2/23/2015
0.9.1.365 42 2/21/2015
0.9.1.361 38 2/21/2015
0.9.1.358 55 2/16/2015
0.9.1.357 47 2/11/2015
0.9.0.355 39 2/10/2015
0.9.0.354 47 2/1/2015
0.9.0.353 49 1/30/2015
0.9.0.350 43 1/29/2015
0.9.0.338 86 1/12/2015
0.9.0.328 83 11/25/2014
0.9.0.326 52 11/24/2014
0.9.0.325 48 11/24/2014
0.9.0.323 64 11/23/2014
0.9.0.313 97 11/22/2014
0.9.0.299 203 11/12/2014
0.9.0.295 331 11/12/2014
0.9.0.290 199 11/11/2014
0.9.0.279 397 11/9/2014
0.9.0.269 266 11/6/2014
0.9.0.268 522 11/4/2014
0.9.0.266 776 11/3/2014
0.9.0.265 291 11/3/2014
0.9.0.263 537 11/3/2014
0.9.0.262 290 11/3/2014
0.9.0.249 62 10/27/2014
0.9.0.236 55 10/25/2014
0.9.0.234 56 10/24/2014
0.9.0.233 63 10/21/2014
0.9.0.227 54 10/21/2014
0.9.0.226 49 10/21/2014
0.9.0.225 52 10/21/2014
0.9.0.222 57 10/19/2014
0.9.0.221 48 10/19/2014
0.9.0.204 56 10/17/2014
0.9.0.200 50 10/15/2014
0.9.0.199 56 10/15/2014
0.9.0.193 59 10/14/2014
0.9.0.189 49 10/14/2014
0.9.0.184-test 43 10/14/2014
0.9.0.183-test 45 10/13/2014
0.9.0.179 57 10/13/2014
0.9.0.174 53 10/13/2014
0.6.0.173 50 10/13/2014
0.6.0.165 62 10/3/2014
0.6.0.160 90 9/18/2014
0.6.0.157 61 9/18/2014
0.6.0.155 60 9/18/2014
0.6.0.151 63 9/17/2014
0.6.0.147 58 9/16/2014
0.6.0.143 63 9/12/2014
0.6.0.141 67 9/10/2014
0.6.0.139 72 9/3/2014
0.6.0.135 62 8/21/2014
0.6.0.134 76 8/8/2014
0.6.0.130 53 8/4/2014
0.6.0.127 80 7/1/2014
0.6.0.101 52 1/21/2014
0.6.0.97 47 1/16/2014
0.5.0.51 47 1/5/2014
0.5.0.36 49 12/9/2013
0.5.0.35 47 12/8/2013
0.5.0.28 49 12/1/2013

Added port number for runtime postgres configurations.