bagetter / BaGetter

A lightweight NuGet and symbol server
https://www.bagetter.com
MIT License
166 stars 38 forks source link

feat(Database): Add Azure Table Storage API #130

Closed Regenhardt closed 2 months ago

Regenhardt commented 3 months ago

This one was complicated, I hope I didn't forget anything. DB type is AzureTable, and it also adds a search provider for the Database search type, as azure tables are not normal database and can therefore not use ef core like the rest.

This does not add Azure AI Search support.

This is a part of #28 .