DatabaseConverter.Core 2.0.2

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

// Install DatabaseConverter.Core as a Cake Tool
#tool nuget:?package=DatabaseConverter.Core&version=2.0.2                

Convert or translate database objects and data between SqlServer, MySql, Oracle and Postgres.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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 netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen 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 DatabaseConverter.Core:

Package Downloads
DatabaseManager.Core

Database manage tool for: SqlServer, MySql, Oracle and Postgres.

DatabaseManager.CoreApp

Database manage tool for: SqlServer, MySql, Oracle, Postgres and SQLite.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.12 117 9/10/2024
2.1.11 111 9/9/2024
2.1.10 105 9/8/2024
2.1.9 118 9/3/2024
2.1.8 267 5/6/2024
2.1.7 165 5/5/2024
2.1.6 130 5/5/2024
2.1.5 125 3/9/2024
2.1.4 130 3/9/2024
2.1.3 683 12/19/2022
2.1.2 421 12/15/2022
2.1.1 450 12/13/2022
2.1.0 625 12/10/2022
2.0.27 1,019 12/8/2022
2.0.26 453 12/5/2022
2.0.25 320 11/30/2022
2.0.24 658 11/30/2022
2.0.23 963 11/28/2022
2.0.22 355 11/22/2022
2.0.21 640 11/22/2022
2.0.20 488 11/17/2022
2.0.19 367 11/16/2022
2.0.18 741 11/15/2022
2.0.17 717 11/9/2022
2.0.16 745 11/7/2022
2.0.15 505 11/2/2022
2.0.14 542 10/31/2022
2.0.13 811 10/28/2022
2.0.12 807 10/27/2022
2.0.11 872 10/23/2022
2.0.10 897 10/20/2022
2.0.9 871 10/16/2022
2.0.8 871 10/15/2022
2.0.7 898 10/13/2022
2.0.6 913 10/9/2022
2.0.5 926 10/7/2022
2.0.4 1,123 10/6/2022
2.0.3 693 10/5/2022
2.0.2 722 9/30/2022
2.0.1 1,024 9/27/2022
2.0.0 1,006 9/25/2022
1.0.10 462 9/9/2022
1.0.9 1,372 7/17/2020
1.0.8 1,451 5/22/2020
1.0.7 1,213 5/15/2020
1.0.6 693 5/14/2020
1.0.5 728 5/5/2020
1.0.4 493 5/4/2020
1.0.3 698 4/28/2020
1.0.2 473 4/27/2020
1.0.1 495 4/23/2020

fix issue: view script convert;if the quotation char of source and target database is same, do not remove quotation char.