Xabaril / Esquio

Esquio is a Feature Toggle Library for .NET Developers.
Apache License 2.0
428 stars 49 forks source link

Storing features in a database instead of app settings #201

Open eyassud opened 2 years ago

eyassud commented 2 years ago

My application has a distributed microservices architecture and maintaining multiple appsettings.json is not practical.

Is there documentation that explains how to store Esquio features in a SQL Server database?

unaizorrilla commented 2 years ago

Hi!

You can configure a Database! Here https://github.com/Xabaril/Esquio/blob/master/build/docker-compose-demo-with-ui-sqlserver-with-reference-images.yml you have a sample with a App configured with SQL store and also the UI to manage all the Configuration