You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
Perhaps separating out the storage interfaces and having separate implementations depending on the database would work. Instead of
IAzureTableStorageService
you would haveIStorageService
, and then you could haveAzureTableStorageService
andCosmosDbStorageService
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)
The text was updated successfully, but these errors were encountered: