ClickHouse.Facades.Templates
1.0.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet new install ClickHouse.Facades.Templates::1.0.0
This package contains a .NET Template Package you can call from the shell/command line.
ClickHouse.Facades.Templates
Contains C# class template for ClickHouse.Facades migration creation.
Installation
dotnet new install ClickHouse.Facades.Templates
To uninstall the template, use the uninstall
subcommand:
Usage
dotnet new chmigration --title AddNewTable
Parameters
- --title: name of migration. Mandatory parameter.
- --index: the index of the migration. Default: current UTC date and time in "yyyyMMddHHmmss" format.
- --dir: The directory where the migration file will be created. Default: 'Migrations/ClickHouse'.
- --namespace: The namespace for the migration class. Default: project root namespace + 'Migrations.ClickHouse'.
-
.NETStandard 2.1
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.