|
1 |
| -# Using this Template |
| 1 | +[](https://github.com/DbUp/dbup-clickhouse/actions/workflows/main.yml?query=branch%3Amain) |
| 2 | +[](https://www.nuget.org/packages/dbup-clickhouse) |
| 3 | +[](https://www.nuget.org/packages/dbup-clickhouse) |
| 4 | +[](https://www.nuget.org/packages/dbup-clickhouse) |
2 | 5 |
|
3 |
| -1. Create a new Repository in GitHub based on this template |
4 |
| - - The name should be in the form `dbup-nameofthenewprovider` |
5 |
| - - It should be public |
6 |
| -1. Create PR to add the name of the repo to the `AllProviders.txt` file in the `DbUp` repository |
7 |
| -1. Clone it |
8 |
| -1. Open it in VSCode or other light weight editor that doesn't have strong opinions about solution/project structure (i.e. not Rider/VS) |
9 |
| -1. Rename the following: |
10 |
| - - `dbup-newprovider.sln` |
11 |
| - - `dbup-newprovider.sln.DotSettings` |
12 |
| - - `dbup-newprovider\dbup-newprovider.csproj` |
13 |
| - - `dbup-newprovider` directory |
14 |
| -1. Search for `NewProvider` and replace with the new provider's name, **turning on the preserve case option** |
15 |
| -1. Run `dotnet build` to ensure it builds |
16 |
| -1. Uncomment the `push` and `pull_request` lines in `.github\workflows\main.yml` |
17 |
| -1. Delete these instructions up to and including the next line, then check in |
18 |
| - |
19 |
| -[](https://github.com/DbUp/dbup-newprovider/actions/workflows/main.yml?query=branch%3Amain) |
20 |
| -[](https://www.nuget.org/packages/dbup-newprovider) |
21 |
| -[](https://www.nuget.org/packages/dbup-newprovider) |
22 |
| -[](https://www.nuget.org/packages/dbup-newprovider) |
23 |
| - |
24 |
| -# DbUp NewProvider support |
| 6 | +# DbUp ClickHouse support |
25 | 7 | DbUp is a .NET library that helps you to deploy changes to SQL Server databases. It tracks which SQL scripts have been run already, and runs the change scripts that are needed to get your database up to date.
|
26 | 8 |
|
27 | 9 | ## Getting Help
|
28 | 10 | To learn more about DbUp check out the [documentation](https://dbup.readthedocs.io/en/latest/)
|
29 | 11 |
|
30 |
| -Please only log issue related to NewProvider support in this repo. For cross cutting issues, please use our [main issue list](https://github.com/DbUp/DbUp/issues). |
| 12 | +Please only log issue related to ClickHouse support in this repo. For cross cutting issues, please use our [main issue list](https://github.com/DbUp/DbUp/issues). |
31 | 13 |
|
32 | 14 | # Contributing
|
33 | 15 |
|
|
0 commit comments