Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Apr 5, 2024

Conversation

Regenhardt
Copy link

@Regenhardt Regenhardt commented Mar 27, 2024

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 .

This supports Azure Table Storage, and the Azure Cosmos DB Table API.
@Regenhardt Regenhardt requested a review from seriouz March 27, 2024 18:00
Copy link

@seriouz seriouz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems promising but I cannot test it because I have no Azure access.

@Regenhardt Regenhardt merged commit 96c3041 into bagetter:main Apr 5, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants