Info
Version: | 1.4.3 |
Author(s): | Sergiy Korzh, Anton Ivanenko |
Last Update: | Thursday, December 19, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/KorzhCom/Korzh.DbUtils |
NuGet Url: | https://www.nuget.org/packages/Korzh.DbTool |
Install
Install-Package Korzh.DbTool
dotnet add package Korzh.DbTool
paket add Korzh.DbTool
Korzh.DbTool Download (Unzip the "nupkg" after downloading)
The exported files can be used after that for DB seeding in your application with the help of
Korzh.DbUtils library.
Currently, the tool supports MS SQL Server, MySQL, PostgreSQL, and SQLite connections.
To add other types of connections please create an issue on GitHub repository.