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. 
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 131 4/4/2025
0.3.1 118 3/21/2025
0.2.10 358 10/29/2024
0.2.9 117 10/21/2024
0.2.8 86 10/21/2024
0.2.7 90 10/21/2024
0.2.6 98 10/21/2024
0.2.5 101 10/21/2024
0.2.4 104 10/21/2024
0.2.3 97 10/21/2024
0.2.2 106 10/21/2024
0.2.1 110 10/17/2024
0.1.13 117 10/16/2024
0.1.12 111 10/16/2024
0.1.11 97 10/16/2024
0.1.10 101 10/15/2024
0.1.9 100 10/15/2024
0.1.8 109 10/14/2024
0.0.6 109 10/2/2024
0.0.2 113 10/2/2024

order by pk