cricketthomas / AzureKeyVaultExplorer

Azure Key Vault Explorer — a cross platform GUI desktop application for aggregating secrets, keys and certificates in azure key vault by subscription and resource group. Use azure key vault as an enterprise password manager.
https://keyvaultexplorer.sidesteplabs.us
MIT License
5 stars 0 forks source link

Add bookmarking with sqlite #7

Closed cricketthomas closed 5 months ago

cricketthomas commented 9 months ago

https://learn.microsoft.com/en-us/windows/apps/develop/data-access/sqlite-data-access

Look into Microsoft.Data.Sqlite as an alternative, maybe it can work for your situation: https://learn.microsoft.com/en-us/windows/apps/develop/data-access/sqlite-data-access

They've added AOT support: https://devblogs.microsoft.com/dotnet/announcing-ef8-rc1/ https://github.com/dotnet/efcore/issues/29725