aspnetcore/src/Microsoft.Extensions.Cachin...
Nate McMaster d1d656d5b8 Add samples and update READMEs (#275) 2017-03-15 09:29:05 -07:00
..
Microsoft.Extensions.Caching.SqlConfig.Tools.csproj Update dependencies and build version to 1.2.0 2017-03-14 12:22:25 -07:00
Program.cs
README.md Add samples and update READMEs (#275) 2017-03-15 09:29:05 -07:00
SqlQueries.cs
prefercliruntime

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" />
  </ItemGroup>

How To Use

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