Pax.Db 2.0.0.60

There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.0.0.60 or higher.

dotnet add package Pax.Db --version 2.0.0.60
NuGet\Install-Package Pax.Db -Version 2.0.0.60
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="Pax.Db" Version="2.0.0.60" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Pax.Db --version 2.0.0.60
#r "nuget: Pax.Db, 2.0.0.60"
#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 Pax.Db as a Cake Addin
#addin nuget:?package=Pax.Db&version=2.0.0.60

// Install Pax.Db as a Cake Tool
#tool nuget:?package=Pax.Db&version=2.0.0.60

Simple Db Orm
Support Mssql,Mysql,SqlLite,PostgreSQL  Now
Support Oracle Future

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
2.2.0 1,025 7/3/2018
2.1.0 993 1/11/2018
2.0.0.66 970 6/20/2017
2.0.0.64 931 10/21/2016
2.0.0.64-rc3 760 10/21/2016
2.0.0.64-rc2 764 10/21/2016
2.0.0.64-rc1 759 10/21/2016
2.0.0.62 945 9/7/2016
2.0.0.60 968 8/12/2016
2.0.0.58 1,041 7/7/2016
2.0.0.56 1,248 6/13/2016
2.0.0.54 985 4/21/2016
2.0.0.52 1,079 1/18/2016
2.0.0.48 1,084 11/23/2015
2.0.0.47 1,042 11/20/2015

Release built on 2016-08-12 16:30
Make modelDef, tableDefs and IsFieldName() protected
Ignore sqlextras
Extracted method for checking Expression for the parameter.
IsParameterAccess fixes
Don't populate both Self Ref and FK Ref when referencing same table
add selectLazyAsync
Add support for ordering by column index
Add support for auto aliasing of anon type properties assigned by Sql.*
Add support for generating ToInsertStatement/ToUpdateStatement and merging params into SQL
Handle null values just in-case
Allow Group By of Joined table
Add support for ordering by column index
Add support for auto aliasing of anon type properties assigned by Sql.*
Add support for generating ToInsertStatement/ToUpdateStatement and merging params into SQL
Handle null values just in-case
Allow Group By of Joined table
Added table hints to Sql Server join expressions
Convert SQL Server-specific JoinWithHint to generic Join overload with joinFormat
Change JoinFormat to use a typed delegate
Add support for specifying and selecting typed join aliases
Simplify JOIN aliases even further
Support "ToString" in VisitColumnAccessMethod.
Added support Concat string in SqlExpression
Consolidate logic and set a few private methods to static in SqlExpression.cs
Make all methods on OrmLiteExecFilter virtual
Upgrade litedb from 2.0rc to 2.0
Make all ExecNonQuery overloads public
Fix issue mapping to alias having same name as alternative field