A utility program that can be pointed at a database and list of tables, and create sql scripts that will insert all the data found in the table.
Info
Version: | 0.0.3 |
Author(s): | Justin Pope |
Last Update: | Tuesday, May 14, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/jpope/sqldump |
NuGet Url: | https://www.nuget.org/packages/sqldump |
Install
Install-Package sqldump
dotnet add package sqldump
paket add sqldump
sqldump Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 12.0.1)