DatabaseInterpreter.Core 2.1.15

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

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

Retrieve database objects and generate scripts of them for SqlServer, MySql, Oracle, Postgres and SQLite.

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 (4)

Showing the top 4 NuGet packages that depend on DatabaseInterpreter.Core:

Package Downloads
DatabaseConverter.Core

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

DatabaseManager.Core

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

DatabaseManager.CoreApp

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

DatabaseManager.Profile

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.18 88 11/11/2024
2.1.17 148 9/11/2024
2.1.16 168 9/10/2024
2.1.15 163 9/9/2024
2.1.14 154 9/8/2024
2.1.13 191 9/3/2024
2.1.12 701 5/6/2024
2.1.11 711 5/6/2024
2.1.10 172 5/5/2024
2.1.9 161 5/5/2024
2.1.7 242 3/9/2024
2.1.6 151 2/18/2024
2.1.5 269 8/27/2023
2.1.4 324 12/27/2022
2.1.2 1,066 12/15/2022
2.1.1 486 12/14/2022
2.1.0 1,125 12/10/2022
2.0.28 1,207 12/8/2022
2.0.27 637 12/5/2022
2.0.26 339 12/1/2022
2.0.25 499 11/30/2022
2.0.24 847 11/30/2022
2.0.23 662 11/29/2022
2.0.22 882 11/28/2022
2.0.21 1,044 11/22/2022
2.0.20 859 11/16/2022
2.0.19 960 11/15/2022
2.0.18 1,170 11/9/2022
2.0.17 1,196 11/7/2022
2.0.16 951 11/2/2022
2.0.15 783 10/31/2022
2.0.14 1,099 10/28/2022
2.0.13 1,057 10/27/2022
2.0.12 1,133 10/23/2022
2.0.11 1,394 10/20/2022
2.0.10 1,403 10/16/2022
2.0.9 1,179 10/15/2022
2.0.8 1,905 10/9/2022
2.0.7 1,469 10/7/2022
2.0.6 646 10/7/2022
2.0.4 1,236 10/5/2022
2.0.3 1,009 9/30/2022
2.0.2 1,320 9/27/2022
2.0.1 489 9/25/2022
1.0.24 467 9/22/2022
1.0.23 465 9/21/2022
1.0.22 462 9/17/2022
1.0.21 725 9/4/2022
1.0.20 445 8/31/2022
1.0.14 578 8/16/2020
1.0.13 726 7/17/2020
1.0.12 952 5/29/2020
1.0.11 1,296 5/22/2020
1.0.10 688 5/21/2020
1.0.9 699 5/20/2020
1.0.8 514 5/17/2020
1.0.7 1,246 5/15/2020
1.0.6 1,014 5/14/2020
1.0.5 946 5/5/2020
1.0.4 820 5/4/2020
1.0.3 1,038 4/28/2020
1.0.2 969 4/27/2020
1.0.1 826 4/23/2020

1. modify DbInterpreter: return type of execute command;
2. resolve issue: can't use postgres geometry type.