Skip to content
This repository has been archived by the owner on Oct 25, 2021. It is now read-only.

Repository for store configuration in MySql with Ocelot

License

Notifications You must be signed in to change notification settings

manishtiwari25/Ocelot.Provider.MySql

Repository files navigation

English | Release Notes

Ocelot.Provider.SqlServer

Repo for store configuration in Microsoft SqlServer with Ocelot

Ocelot

Build status Windows (AppVeyor) Build Status Linux & OSX (Travis)

This package adds MySql support to Ocelot configuration.

How to install

Install Ocelot.Provider.MySql and it's dependencies using NuGet.

Install-Package Ocelot.Provider.MySql Install-Package Microsoft.EntityFrameworkCore.Relational

Or via the .NET Core CLI:

dotnet add package Ocelot.Provider.MySql dotnet add package Microsoft.EntityFrameworkCore.Relational

All versions can be found here

How to Run

  • Lunch Project OcelotApiGw
  • Edit ConnectionString
  • open Package manager console
  • Update-Database -verbose

Thanks

Get some ideas from Ocelot.Provider.Consul

About

Repository for store configuration in MySql with Ocelot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages