DatabaseSchemaReader 1.4.1.6

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

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

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.

NuGet packages (10)

Showing the top 5 NuGet packages that depend on DatabaseSchemaReader:

Package Downloads
Inaction

.net core 快速开发框架,请下载Inaction.Web

Reportr

Reportr is a .NET template orientated reporting framework, designed from the ground up as a lightweight solution to solving various reporting problems faced in .NET applications.

r2rml4net

A C# implementation of R2RML, which allows creating R2RML and converting relational data to RDF using the .NET Framework

slp.evi.core

.NET implementation of an RDB2RDF storage based on R2RML mapping file

S2.SupplyCollector.Ado

SDK library for creating Second Sight supply collectors that are native to ADO.NET

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.10.1 1,371 1/13/2024
2.10.0 1,460 11/22/2023
2.9.1 3,210 9/22/2023
2.9.0 624 9/9/2023
2.8.2 433 8/18/2023
2.8.1 6,044 4/13/2023
2.8.0 1,913 3/1/2023
2.7.17 6,555 11/12/2022
2.7.16 5,392 10/14/2022
2.7.15 548 10/6/2022
2.7.14 955 9/5/2022
2.7.13 451 9/5/2022
2.7.12 1,511 8/14/2022
2.7.11 19,421 10/25/2021
2.7.10 57,545 8/28/2021
2.7.9 1,027 7/30/2021
2.7.8 1,598 6/5/2021
2.7.7 943 5/13/2021
2.7.6 1,373 4/3/2021
2.7.5 9,548 3/20/2021
2.7.4 47,803 10/29/2020
2.7.3 14,146 6/18/2020
2.7.2 54,275 10/2/2019
2.7.1 22,214 1/12/2019
2.7.0 1,865 12/9/2018
2.6.4 69,872 11/17/2018
2.6.3 12,243 9/22/2018
2.6.2 1,711 9/2/2018
2.6.1 2,275 7/10/2018
2.5.1 9,884 4/15/2018
2.5.0 6,049 12/29/2017
2.4.0 13,846 10/28/2017
2.3.3 2,591 7/29/2017
2.3.2 3,686 6/6/2017
2.3.1 10,908 5/7/2017
2.3.0 2,261 2/4/2017
2.2.0 4,982 12/3/2016
2.1.1 2,651 8/20/2016
2.1.0 1,875 8/13/2016
2.0.0 2,719 7/23/2016
1.6.0.4 3,649 5/28/2016
1.5.0.5 3,882 3/14/2016
1.4.4 2,337 1/3/2016
1.4.3.11 2,026 11/21/2015
1.4.2.2 5,916 7/13/2015
1.4.2.1 2,033 7/12/2015
1.4.1.6 1,767 6/21/2015
1.4.0.32 5,723 3/29/2015
1.3.9 1,725 3/15/2015
1.3.8 1,855 3/8/2015
1.3.7 2,697 12/15/2014
1.3.6 2,612 10/24/2014
1.3.5 22,981 8/24/2014
1.3.4 2,513 7/27/2014
1.3.3 2,172 5/11/2014
1.3.2 1,981 4/7/2014
1.3.1 1,812 3/16/2014
1.3.0 1,878 2/4/2014
1.2.11 1,811 12/14/2013
1.2.10 2,206 8/3/2013
1.2.9 2,073 6/25/2013
1.2.8 2,130 5/12/2013
1.2.7 2,027 3/2/2013
1.2.6 1,866 2/2/2013
1.2.5 2,168 11/10/2012
1.2.4 2,057 10/23/2012

##v1.4.1
* Performance improved for reading stored procedures (thanks michmela44)
* Improve PostgreSql datatype mapping
##v1.4.0
* Support for DB2 iSeries, minor bugfixes