Pax.Db
2.0.0.60
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
<PackageReference Include="Pax.Db" Version="2.0.0.60" />
paket add Pax.Db --version 2.0.0.60
#r "nuget: Pax.Db, 2.0.0.60"
// 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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- Microsoft.SqlServer.Types (>= 11.0.2)
- Pax.Lib (>= 2.0.0.60)
- System.Data.SQLite (>= 1.0.102)
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,070 | 7/3/2018 |
2.1.0 | 1,024 | 1/11/2018 |
2.0.0.66 | 1,007 | 6/20/2017 |
2.0.0.64 | 967 | 10/21/2016 |
2.0.0.64-rc3 | 784 | 10/21/2016 |
2.0.0.64-rc2 | 798 | 10/21/2016 |
2.0.0.64-rc1 | 791 | 10/21/2016 |
2.0.0.62 | 982 | 9/7/2016 |
2.0.0.60 | 1,007 | 8/12/2016 |
2.0.0.58 | 1,072 | 7/7/2016 |
2.0.0.56 | 1,282 | 6/13/2016 |
2.0.0.54 | 1,023 | 4/21/2016 |
2.0.0.52 | 1,118 | 1/18/2016 |
2.0.0.48 | 1,115 | 11/23/2015 |
2.0.0.47 | 1,075 | 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