Mig.DatabaseSchemaReader
2.7.37
See the version list below for details.
dotnet add package Mig.DatabaseSchemaReader --version 2.7.37
NuGet\Install-Package Mig.DatabaseSchemaReader -Version 2.7.37
<PackageReference Include="Mig.DatabaseSchemaReader" Version="2.7.37" />
paket add Mig.DatabaseSchemaReader --version 2.7.37
#r "nuget: Mig.DatabaseSchemaReader, 2.7.37"
// Install Mig.DatabaseSchemaReader as a Cake Addin #addin nuget:?package=Mig.DatabaseSchemaReader&version=2.7.37 // Install Mig.DatabaseSchemaReader as a Cake Tool #tool nuget:?package=Mig.DatabaseSchemaReader&version=2.7.37
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 | Versions 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. |
-
.NETStandard 1.5
- NETStandard.Library (>= 1.6.0)
- System.Console (>= 4.0.0)
- System.Data.Common (>= 4.1.0)
- System.Diagnostics.TraceSource (>= 4.0.0)
- System.Xml.XmlSerializer (>= 4.0.11)
-
.NETStandard 2.0
- No dependencies.
-
net6.0
- No dependencies.
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.38 | 243 | 8/9/2024 |
2.7.37 | 217 | 8/7/2024 |
2.7.36 | 201 | 7/26/2024 |
2.7.35 | 174 | 4/10/2024 |
2.7.34 | 536 | 1/18/2024 |
2.7.33 | 235 | 12/11/2023 |
2.7.32 | 136 | 12/10/2023 |
2.7.31 | 179 | 11/9/2023 |
2.7.30 | 148 | 11/2/2023 |
2.7.29 | 684 | 10/25/2023 |
2.7.28 | 148 | 10/18/2023 |
2.7.27 | 162 | 10/8/2023 |
2.7.26 | 134 | 9/27/2023 |
2.7.25 | 160 | 9/27/2023 |
2.7.24 | 1,051 | 9/20/2023 |
2.7.23 | 2,120 | 5/22/2023 |
2.7.22 | 398 | 4/23/2023 |
2.7.21 | 202 | 4/20/2023 |
2.7.20 | 204 | 4/11/2023 |
2.7.19 | 212 | 4/6/2023 |
2.7.18 | 367 | 3/30/2023 |
2.7.17 | 235 | 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