dotnet-codegencs
2.1.1
See the version list below for details.
dotnet tool install --global dotnet-codegencs --version 2.1.1
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local dotnet-codegencs --version 2.1.1
#tool dotnet:?package=dotnet-codegencs&version=2.1.1
nuke :add-package dotnet-codegencs --version 2.1.1
CodegenCS
This is a dotnet tool (command-line tool) to extract the schema of a MSSQL or PostgreSQL database (and save it in a JSON file) and to clone/build/run code-generator templates.
Extracting schema of a MSSQL or PostgreSQL database
dotnet-codegencs model dbschema extract mssql "Server=MYSERVER; Database=AdventureWorks; User Id=myUsername;Password=MyPassword" AdventureWorks.json
dotnet-codegencs model dbschema extract mssql "Server=(local)\SQLEXPRESS; Database=AdventureWorks; Integrated Security=True" AdventureWorks.json
dotnet-codegencs model dbschema extract postgresql "Host=localhost; Database=Adventureworks; Username=postgres; Password=MyPassword" AdventureWorks.json
Downloading and running a simple template (POCO Generator)
dotnet-codegencs template clone https://github.com/CodegenCS/Templates/SimplePocos/SimplePocos.cs
(or just dotnet-codegencs template clone /SimplePocos/SimplePocos
)
dotnet-codegencs template run --TargetFolder=.\OutputFolder\ SimplePocos.dll AdventureWorks.json MyProject.POCOs
dotnet-codegencs template run --TargetFolder=.\Somefolder\ --File POCOs.generated.cs SimplePocos.dll AdventureWorks.json MyProject.POCOs --SingleFile
For more templates or for more information check out the main project documentation.
License
MIT License
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
This package has no dependencies.
Version | Downloads | Last updated | |
---|---|---|---|
3.5.0 | 843 | 6/23/2024 | |
3.4.1 | 291 | 5/20/2024 | |
3.4.0 | 300 | 4/15/2024 | |
3.1.5 | 570 | 5/29/2023 | |
3.1.4 | 324 | 4/16/2023 | |
3.1.3 | 1,629 | 12/29/2022 | |
3.1.2 | 379 | 12/18/2022 | |
3.0.0 | 470 | 11/5/2022 | |
2.1.1 | 533 | 9/26/2022 | |
2.1.0 | 532 | 9/19/2022 | |
2.0.0 | 452 | 8/29/2022 | |
1.2.0 | 491 | 8/1/2022 | |
1.1.2 | 535 | 3/13/2022 | |
1.1.1 | 382 | 10/30/2021 | |
1.0.5 | 486 | 8/2/2021 | |
1.0.4 | 532 | 8/1/2021 | |
1.0.3 | 453 | 7/26/2021 | |
1.0.2 | 376 | 7/20/2021 | |
1.0.1 | 433 | 7/18/2021 | |
1.0.0 | 609 | 7/6/2021 |