DatabaseSchemaReader 1.3.0

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

// Install DatabaseSchemaReader as a Cake Tool
#tool nuget:?package=DatabaseSchemaReader&version=1.3.0

Any ADO provider can be read  (SqlServer, SqlServer CE 4, MySQL, SQLite, System.Data.OracleClient, ODP, Devart, PostgreSql, DB2...) into a single standard model.

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

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.4.0.32 337 3/29/2015
1.3.9 1 3/15/2015
1.3.8 48 3/8/2015
1.3.7 1 12/15/2014
1.3.6 234 10/24/2014
1.3.5 1 8/24/2014
1.3.4 89 7/27/2014
1.3.3 227 5/11/2014
1.3.2 137 4/7/2014
1.3.1 114 3/16/2014
1.3.0 1 2/4/2014
1.2.11 127 12/14/2013
1.2.10 333 8/3/2013
1.2.9 151 6/25/2013
1.2.8 166 5/12/2013
1.2.7 183 3/2/2013
1.2.6 117 2/2/2013
1.2.5 223 11/10/2012
1.2.4 133 10/23/2012

* Schema model API change: DatabaseColumn,IsIAutoNumber is added. It replaces DatabaseColumn,IsIdentity, which is marked as obsolete but is still present in this release. Added DatabaseColumn.IdentityDefinition which contains identity information and can be used to distinguish identity from sequence-based autonumbering.
* OracleSequenceTrigger helper added to find oracle autonumber triggers
* Schema model: all properties have an object Tag property
* CompareSchemas - Work item 1332 - schema comparison primary keys written wrong
* CompareSchemas - Work item 1317 - comparing column datatype should be case insensitive