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

Allow for different storage mechanisms such as CosmosDB #16

Open
rorpage opened this issue Oct 12, 2022 · 0 comments · May be fixed by #18
Open

Allow for different storage mechanisms such as CosmosDB #16

rorpage opened this issue Oct 12, 2022 · 0 comments · May be fixed by #18

Comments

@rorpage
Copy link
Member

rorpage commented Oct 12, 2022

Perhaps separating out the storage interfaces and having separate implementations depending on the database would work. Instead of IAzureTableStorageService you would have IStorageService, and then you could have AzureTableStorageService and CosmosDbStorageService both implement that interface.

Also, MSSQL, Postgres, or MySQL (although then there would need to be Entity Framework or some other ORM plus DB table scripts)

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 a pull request may close this issue.

1 participant