Cake.grate
1.6.2
See the version list below for details.
dotnet add package Cake.grate --version 1.6.2
NuGet\Install-Package Cake.grate -Version 1.6.2
<PackageReference Include="Cake.grate" Version="1.6.2" />
paket add Cake.grate --version 1.6.2
#r "nuget: Cake.grate, 1.6.2"
#addin nuget:?package=Cake.grate&version=1.6.2
Cake.grate
Makes grate available as a tool in Cake. grate is a re-write of RoundhousE for reasons detailed a RoundhousE issue.
From the grate documentation:
grate is a SQL scripts migration runner, using plain, old SQL for migrations. No meta-language, no code, no config, no EF migrations. It gives you full flexibility, and full control of your migrations, and lets you use all the fancy features of you particular database system. You are not constrained to any lowest common feature set of all supported databases.
Table of Contents
Install
#addin nuget:?package=Cake.grate
Usage
#tool "dotnet:?package=grate&version=1.6.2"
#addin nuget:?package=Cake.grate
Task("MyTask").Does(() => {
Grate(new GrateSettings()
{
ConnectionString = "Server=(local);Database=mydatabase;Trusted_Connection=True;TrustServerCertificate=true;"
});
});
Compatibility
The version number of Cake.grate keeps in step with the versions released by grate, e.g. 1.6.2 of Cake.grate has been tested against and contains the features of grate version 1.6.2.
However, providing there are no breaking changes in a more recent grate version, it is likely Cake.grate will be compatible with it, just specify grate version in the tool
referenc
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. 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 is compatible. 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 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. |
-
net6.0
- No dependencies.
-
net7.0
- No dependencies.
-
net8.0
- 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.
Version | Downloads | Last updated |
---|---|---|
1.8.0 | 101 | 10/25/2024 |
1.7.4 | 296 | 6/24/2024 |
1.7.3 | 131 | 5/14/2024 |
1.6.2 | 59 | 5/2/2024 |
1.5.4 | 247 | 1/19/2024 |
0.0.15-preview | 93 | 1/19/2024 |
0.0.3-preview | 85 | 1/18/2024 |
0.0.2-preview | 84 | 1/18/2024 |