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
I would like for there to be an option in the persistency layer that is not Cosmos (because it's a paid service) and not Filesystem or Volatile for obvious reasons. I got this to work in my local project, with some caveats (repositories, and therefore seemingly IStorageContext, is registered to be a singleton. That does not play well with the transactional nature of MySQL). I'm making this issue to check to see if there is an audience for this functionality.
Also a question. What has been decided about EF for the data model layer?
The text was updated successfully, but these errors were encountered:
Hi @Ryangr0,
I have already implemented a EF Layer for mariadb which should also work for mysql. In that issue its also already mentioned that shifting to EF is desirable. Have a look at #242 (comment)
I would like for there to be an option in the persistency layer that is not Cosmos (because it's a paid service) and not Filesystem or Volatile for obvious reasons. I got this to work in my local project, with some caveats (repositories, and therefore seemingly IStorageContext, is registered to be a singleton. That does not play well with the transactional nature of MySQL). I'm making this issue to check to see if there is an audience for this functionality.
Also a question. What has been decided about EF for the data model layer?
The text was updated successfully, but these errors were encountered: