DBBroker.Cli 1.0.3

Prefix Reserved
dotnet tool install --global DBBroker.Cli --version 1.0.3
                    
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 DBBroker.Cli --version 1.0.3
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=DBBroker.Cli&version=1.0.3
                    
nuke :add-package DBBroker.Cli --version 1.0.3
                    

DBBroker CLI

Generate your Data Models easily and work seamlessly with DBBroker Micro ORM Library.

dotnet tool install --global DbBroker.Cli

# Or if you are building from source
dotnet tool install --global --prerelease --add-source ./bin/Debug/ dbbroker.cli

On your terminal navigate to the .csproj file of the DataModels project directory then follow the instructions below.

dbbroker init

Initializes the dbbroker.config.json file using the values specified.

dbbroker init --namespace "MyApp.DataModels" --connectionsString "<my_connection_string>" --provider "SqlServer"

dbbroker sync

Synchronizes the Data Models with the databases specified in one or more dbbroker.config.json files.

dbbroker sync

Contribute

We appreciate all contributions, whether they're bug reports, feature suggestions, or pull requests. Thank you for your interest and support in improving this project!

Financial support is also welcome, whether large or small contributions will help to keep this project moving and always secure.

BuyMeACoffee

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
1.0.3 180 12/14/2025
1.0.2 163 12/13/2025
1.0.1-beta 188 1/31/2025
1.0.0-beta 172 1/29/2025