Implementation of Relational Data Base Store with IDataStore #43
Closed
ayuksekkaya
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
Thanks @ayuksekkaya You are right about that. We do plan to have the following stores very soon - next couple weeks. (see #4 (comment)) To goal is to get all these as soon as I can for production workloads:
It may take some time to get them all. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@ayuksekkaya |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I think it could be a good idea to add an implementation of RelationalDatabaseDataStore example in code alongside InProcess and LocalMachine. It would make the code more production ready. I am a bit confused on if I should implement that using EF core and how that would work with the CommandEntity Structure. I see some references to AzureSqlDataStore in the documentation but I couldn't find a file named AzureSqlDataStore. Was it there before and it got removed for some reason?
Beta Was this translation helpful? Give feedback.
All reactions