-
Notifications
You must be signed in to change notification settings - Fork 2
Packages
Teuz edited this page Apr 2, 2025
·
2 revisions
Package Purposes
-
FeatureManagement.Database.Abstractions
- Standard functionalities for managing feature flags across various databases
-
FeatureManagement.Database.EntityFrameworkCore
- Common package for EF Core with base implementations
-
FeatureManagement.Database.EntityFrameworkCore.SqlServer
- Integration with SQL Server database using EF Core
-
FeatureManagement.Database.EntityFrameworkCore.PostgreSQL
- Integration with PostgreSQL database using EF Core
-
FeatureManagement.Database.EntityFrameworkCore.Sqlite
- Integration with Sqlite database using EF Core
-
FeatureManagement.Database.EntityFrameworkCore.MySql
- Integration with MySql database using EF Core
-
FeatureManagement.Database.Dapper
- Integration with Dapper
-
FeatureManagement.Database.MongoDB
- Integration with MongoDB
-
FeatureManagement.Database.NHibernate
- Integration with NHibernate
-
FeatureManagement.Database.CosmosDB
- Integration with Azure Cosmos DB