RavenDB
Install the nuget package
Install-Package Toggly.FeatureManagement.Storage.RavenDBAdd the following in your startup.cs
using Toggly.FeatureManagement.Storage.RavenDB.Configuration;services.AddTogglyRavenDbSnapshotProvider();Last updated
Was this helpful?