aspnetcore/src/Microsoft.Extensions.Cachin...
Nate McMaster 67c540051b Update README.md 2016-12-12 16:24:15 -08:00
..
Properties
Microsoft.Extensions.Caching.SqlConfig.Tools.csproj
Program.cs
README.md Update README.md 2016-12-12 16:24:15 -08:00
SqlQueries.cs

README.md

dotnet-sql-cache

dotnet-sql-cache is a command line tool that creates table and indexes in Microsoft SQL Server database to be used for distributed caching

How To Install

Install Microsoft.Extensions.Caching.SqlConfig.Tools as a DotNetCliToolReference to your project.

  <ItemGroup>
    <DotNetCliToolReference Include="Microsoft.Extensions.Caching.SqlConfig.Tools" Version="1.0.0-msbuild2-final" />
  </ItemGroup>

How To Use

Run dotnet sql-cache --help for more information about usage.