tnc1997 / azure-app-configuration-emulator

Please note that Emulator for Azure App Configuration is unofficial and not endorsed by Microsoft.
MIT License
3 stars 3 forks source link

refactor: entity framework core to ado.net #47

Closed tnc1997 closed 7 months ago

tnc1997 commented 7 months ago

Describe the change This change refactors Entity Framework Core to ADO.NET in order to better integrate with the SQLite database.

Current behavior The logic of updating historical configuration settings is manually handled using a ConfigurationSettingRevision entity.

New behavior The logic of updating historical configuration settings is automatically handled by SQLite database triggers.

Additional context