Mig.DatabaseSchemaReader
2.7.17
See the version list below for details.
dotnet add package Mig.DatabaseSchemaReader --version 2.7.17
NuGet\Install-Package Mig.DatabaseSchemaReader -Version 2.7.17
<PackageReference Include="Mig.DatabaseSchemaReader" Version="2.7.17" />
paket add Mig.DatabaseSchemaReader --version 2.7.17
#r "nuget: Mig.DatabaseSchemaReader, 2.7.17"
// Install Mig.DatabaseSchemaReader as a Cake Addin #addin nuget:?package=Mig.DatabaseSchemaReader&version=2.7.17 // Install Mig.DatabaseSchemaReader as a Cake Tool #tool nuget:?package=Mig.DatabaseSchemaReader&version=2.7.17
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 | net35 is compatible. net40 is compatible. net403 was computed. net45 is compatible. 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. |
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. |
-
.NETFramework 3.5
- No dependencies.
-
.NETFramework 4.0
- No dependencies.
-
.NETFramework 4.5
- No dependencies.
-
.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 | 247 | 8/9/2024 |
2.7.37 | 218 | 8/7/2024 |
2.7.36 | 202 | 7/26/2024 |
2.7.35 | 175 | 4/10/2024 |
2.7.34 | 538 | 1/18/2024 |
2.7.33 | 236 | 12/11/2023 |
2.7.32 | 137 | 12/10/2023 |
2.7.31 | 180 | 11/9/2023 |
2.7.30 | 149 | 11/2/2023 |
2.7.29 | 686 | 10/25/2023 |
2.7.28 | 149 | 10/18/2023 |
2.7.27 | 163 | 10/8/2023 |
2.7.26 | 135 | 9/27/2023 |
2.7.25 | 161 | 9/27/2023 |
2.7.24 | 1,052 | 9/20/2023 |
2.7.23 | 2,121 | 5/22/2023 |
2.7.22 | 399 | 4/23/2023 |
2.7.21 | 203 | 4/20/2023 |
2.7.20 | 205 | 4/11/2023 |
2.7.19 | 213 | 4/6/2023 |
2.7.18 | 368 | 3/30/2023 |
2.7.17 | 236 | 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