aspnetcore/src/dotnet-sql-cache
Nate McMaster 261b27b700 Port CLI tools to be dotnet global tools
- Rename package IDs to dotnet-watch, dotnet-user-secrets, and dotnet-sql-cache
- Change packaging layout to support dotnet-install-tool
- Change package metadata to DotnetTool
- Drop support for DotNetCliToolReference (those will continue to be available under previous package ID's)
- Rename project files and folders
2017-12-29 08:42:36 -08:00
..
DotnetToolSettings.xml Port CLI tools to be dotnet global tools 2017-12-29 08:42:36 -08:00
Program.cs Port CLI tools to be dotnet global tools 2017-12-29 08:42:36 -08:00
README.md Port CLI tools to be dotnet global tools 2017-12-29 08:42:36 -08:00
SqlQueries.cs Port CLI tools to be dotnet global tools 2017-12-29 08:42:36 -08:00
dotnet-sql-cache.csproj Port CLI tools to be dotnet global tools 2017-12-29 08:42:36 -08:00
dotnet-sql-cache.nuspec Port CLI tools to be dotnet global tools 2017-12-29 08:42:36 -08:00

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

From the command-line, execute:

dotnet install tool dotnet-sql-cache

How To Use

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