Apps72.Dev.Data.Generator.Tools
6.0.2
dotnet tool install --global Apps72.Dev.Data.Generator.Tools --version 6.0.2
dotnet new tool-manifest
dotnet tool install --local Apps72.Dev.Data.Generator.Tools --version 6.0.2
#tool dotnet:?package=Apps72.Dev.Data.Generator.Tools&version=6.0.2
nuke :add-package Apps72.Dev.Data.Generator.Tools --version 6.0.2
Installation:
dotnet tool install -g Apps72.Dev.Data.Generator.Tools
Example:
This command gets all tables/columns and generates an Entities.cs file with all equivalent classes.
DbCmd GenerateEntities -cs=Server=localhost;Database=Scott; --provider=SqlServerThis command merges all sql files, of the current directory, to a new one.
DbCmd Merge --source=C:\Temp --output=allScripts.sqlThis command executes all sql files, of the current directory, to this SQL Server.
DbCmd Run --source=C:\Temp -cs=Server=localhost;Database=Scott;With Run command, use
--DbConfigAfterand--DbConfigUpdateto set SQL queries to select and to update a database field with the name of the last executed script. Only next scripts will be read and executed.
More details:
Use DbCmd --Help to display all commands and options.
Go to https://apps72.com for the documentation.
| Product | Versions 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. |
This package has no dependencies.
| Version | Downloads | Last Updated |
|---|---|---|
| 6.0.2 | 510 | 10/18/2024 |
| 6.0.1 | 566 | 1/22/2024 |
| 5.4.3 | 3,391 | 8/3/2021 |
| 5.0.1 | 1,903 | 1/25/2021 |
| 4.3.0.1 | 1,936 | 10/8/2020 |
| 4.3.0 | 1,550 | 10/8/2020 |
| 4.2.4 | 1,593 | 10/7/2020 |
| 4.2.3 | 1,570 | 10/7/2020 |
| 4.1.2 | 1,542 | 9/16/2020 |
| 4.0.3.1 | 2,265 | 2/6/2020 |
| 4.0.3 | 1,583 | 2/6/2020 |
| 3.3.0 | 2,118 | 8/26/2019 |
| 3.2.0 | 1,795 | 7/30/2019 |
| 3.1.0 | 1,791 | 7/29/2019 |
| 2.7.5 | 2,281 | 8/9/2018 |
| 2.6.0 | 2,619 | 6/14/2018 |