PhantomDb.ORM 1.5.0.15

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

// Install PhantomDb.ORM as a Cake Tool
#tool nuget:?package=PhantomDb.ORM&version=1.5.0.15

PhantomDB ORM (PDB) es un Micro ORM para Microsoft .NET Framework 3.5. Soporta cualquier tipo de base de datos.
PDB está diseñado para trabajar en entornos ágiles, con muchos cambios en la base de datos.

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.

This package has no dependencies.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on PhantomDb.ORM:

Package Downloads
PhantomDb.Ext

Extension for PhantomDb.

PhantomDb.Mysql

MySQL Extension for PhantomDb ORM.

PhantomDb.MVC

(OBSOLETO) Extensión para trabajar en MVC con PhantomDb.

PhantomDb.Config

Extensión para configurar uno o varias bases de datos en PhantomDb ORM. Es la base para que PhantomDb.Config.App y PhantomDb.Config.Web funcionen.

PhantomDb.Sqlite

SQLite Extension for PhantomDb ORM.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.5.1.1 1,214 1/1/2017
1.5.0.19 978 10/28/2016
1.5.0.18 1,178 10/27/2015
1.5.0.17 1,156 4/6/2015
1.5.0.16 1,018 3/9/2015
1.5.0.15 1,524 12/20/2014
1.5.0.13 1,178 11/20/2014
1.5.0.12 1,383 11/13/2014
1.5.0.11 1,925 11/10/2014
1.5.0.9 1,242 4/1/2014
1.5.0.8 1,194 12/3/2013
1.5.0.6 1,136 11/8/2013
1.5.0.4 1,144 9/11/2013
1.5.0.3 1,133 9/3/2013
1.5.0.1 1,163 9/3/2013
1.5.0 1,185 9/2/2013

1.5.0.15
Mejorada la clase Dialect.

1.5.0.13
Bugfix: el false para dialecto era "1" al igual que el true.

1.5.0.12
Bugfix: problemas al usar contraseña.

1.5.0.11
Bugfix en ListDistinct.