aspnetcore/src/Microsoft.Extensions.Cachin...
Mike Harder db517803c8 Move System.Data.SqlClient version from csproj to dependencies.props (#293) 2017-05-03 11:30:51 -07:00
..
Microsoft.Extensions.Caching.SqlConfig.Tools.csproj Move System.Data.SqlClient version from csproj to dependencies.props (#293) 2017-05-03 11:30:51 -07:00
Program.cs
README.md
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.