Mig.DatabaseSchemaReader 2.7.35

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

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

Any ADO provider can be read  (SqlServer, SqlServer CE 4, MySQL, SQLite, System.Data.OracleClient, ODP, Devart, PostgreSql, DB2...) into a single standard model.
The main warehouse is https://github.com/Cricle/dbschemareader .

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.5 is compatible.  netstandard1.6 was computed.  netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Mig.DatabaseSchemaReader:

Package Downloads
FastBIRe

A fast agger

Ao.Stock.Kata.Copying

A stock for sql query, migrator.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.7.35 90 4/10/2024
2.7.34 442 1/18/2024
2.7.33 205 12/11/2023
2.7.32 110 12/10/2023
2.7.31 151 11/9/2023
2.7.30 116 11/2/2023
2.7.29 622 10/25/2023
2.7.28 121 10/18/2023
2.7.27 131 10/8/2023
2.7.26 106 9/27/2023
2.7.25 130 9/27/2023
2.7.24 957 9/20/2023
2.7.23 2,007 5/22/2023
2.7.22 364 4/23/2023
2.7.21 175 4/20/2023
2.7.20 177 4/11/2023
2.7.19 183 4/6/2023
2.7.18 339 3/30/2023
2.7.17 208 3/6/2023

2.7.3: MySql time mapping thanks @tonyliving
2.7.4: Postgresql table list exclude views thanks @thomasjoscht
2.7.5: SqlLite Compound primary keys thanks @zls3201
2.7.6: PostgreSql MigrationGenerator cascade escaping thanks @groogiam
2.7.7: fixes null 'RefersToTable' of FK when only one table is read thanks @mjalil
2.7.8: PostgreSql sequences missing thanks @groogiam
2.7.9: PostgreSql sqlgen escaping thanks @r-work
2.7.11: CancellationToken leaking into net4 code thanks @KeithLRobertson
2.7.12: reader.ViewExists(name)
2.7.13: PostgreSql sql generation fixes thanks @Arnagos, @cm0201
2.7.15: PostgreSql sqlgen fix, CompareSchema fixes thanks @Amagos, @r-work
2.7.16: FK constraints allowed to unique indexes (not just PK/UK) thanks @Amagos
2.7.17: Procedure ResultSets don't have a DataType