DatabaseManager.Core 2.2.13

dotnet add package DatabaseManager.Core --version 2.2.13
                    
NuGet\Install-Package DatabaseManager.Core -Version 2.2.13
                    
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="DatabaseManager.Core" Version="2.2.13" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DatabaseManager.Core" Version="2.2.13" />
                    
Directory.Packages.props
<PackageReference Include="DatabaseManager.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DatabaseManager.Core --version 2.2.13
                    
#r "nuget: DatabaseManager.Core, 2.2.13"
                    
#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.
#:package DatabaseManager.Core@2.2.13
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=DatabaseManager.Core&version=2.2.13
                    
Install as a Cake Addin
#tool nuget:?package=DatabaseManager.Core&version=2.2.13
                    
Install as a Cake Tool

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

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on DatabaseManager.Core:

Package Downloads
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.2.13 125 8/30/2025
2.2.12 172 8/26/2025
2.2.11 78 8/24/2025
2.2.10 206 8/6/2025
2.2.9 118 7/4/2025
2.2.8 140 7/1/2025
2.2.7 152 6/17/2025
2.2.5 115 6/15/2025
2.2.4 277 6/10/2025
2.2.3 145 6/5/2025
2.2.2 157 5/20/2025
2.2.1 75 5/10/2025
2.2.0 170 4/23/2025
2.1.10 157 4/13/2025
2.1.9 196 9/10/2024
2.1.8 139 9/9/2024
2.1.7 125 9/8/2024
2.1.6 131 9/3/2024
2.1.5 2,291 5/6/2024
2.1.4 143 3/9/2024
2.1.3 258 12/14/2023
2.1.2 562 12/19/2022
2.1.1 514 12/14/2022
2.1.0 546 12/10/2022
2.0.23 541 12/10/2022
2.0.22 390 12/8/2022
2.0.21 530 12/8/2022
2.0.20 693 11/30/2022
2.0.19 554 11/29/2022
2.0.18 578 11/28/2022
2.0.17 564 11/22/2022
2.0.16 775 11/15/2022
2.0.15 617 11/9/2022
2.0.14 633 11/7/2022
2.0.13 1,005 10/28/2022
2.0.12 697 10/27/2022
2.0.11 718 10/23/2022
2.0.10 728 10/20/2022
2.0.9 730 10/16/2022
2.0.8 719 10/15/2022
2.0.7 723 10/13/2022
2.0.6 762 10/9/2022
2.0.5 739 10/7/2022
2.0.4 976 10/6/2022
2.0.3 511 10/5/2022
2.0.2 514 9/30/2022
2.0.1 842 9/27/2022
2.0.0 810 9/25/2022
1.0.11 646 8/31/2022
1.0.9 935 5/29/2020
1.0.8 1,068 5/22/2020
1.0.7 643 5/21/2020
1.0.6 659 5/20/2020
1.0.5 619 5/16/2020
1.0.4 638 5/15/2020
1.0.3 616 5/14/2020
1.0.2 623 5/5/2020
1.0.1 625 4/28/2020
1.0.0 623 4/27/2020

1. add:
(1) statistic: table column content max length;
(2) diagnosis: primary key column is nullable.
2. modify: TableManager (for sqlite)