sql2yaml 0.3.2

dotnet tool install --global sql2yaml --version 0.3.2
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local sql2yaml --version 0.3.2
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=sql2yaml&version=0.3.2
                    
nuke :add-package sql2yaml --version 0.3.2
                    

sql2yaml

Import & export sql tables into yaml files and vice versa.

Export

dotnet tool sql2yaml export -c 'Data Source=.;Initial Catalog=.;...' -d ./export -t table1 table2 table3

Import

dotnet tool sql2yaml import -c 'Data Source=.;Initial Catalog=.;...' -d ./export

The import uses a temporary table for staging and merges the data into the target table.

All triggers and foreign keys are disabled before execution and re-enabled again when done.

The entire import is executed within a transaction.

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.

This package has no dependencies.

Version Downloads Last Updated
0.3.2 330 4/4/2025
0.3.1 167 3/21/2025
0.2.10 384 10/29/2024
0.2.9 143 10/21/2024
0.2.8 114 10/21/2024
0.2.7 122 10/21/2024
0.2.6 116 10/21/2024
0.2.5 126 10/21/2024
0.2.4 119 10/21/2024
0.2.3 124 10/21/2024
0.2.2 131 10/21/2024
0.2.1 125 10/17/2024
0.1.13 139 10/16/2024
0.1.12 139 10/16/2024
0.1.11 114 10/16/2024
0.1.10 119 10/15/2024
0.1.9 123 10/15/2024
0.1.8 140 10/14/2024
0.0.6 139 10/2/2024
0.0.2 141 10/2/2024

order by pk