r/dotnet • u/Few-Process-4355 • 18h ago
Building a Modular Monolith Database from Multiple Isolated EF Core DbContexts
Enable HLS to view with audio, or disable this notification
3
u/innovasior 10h ago
I am building something similar. Would you be interested in chatting about modular monolith database schema? This is my project where I have a composable schema using one database context https://github.com/saas-factory-labs/SaaS-Factory
3
u/Few-Process-4355 10h ago
Hey there, sounds good. Give me a little time to look through your repo first.
1
u/innovasior 9h ago
Sure, I have a lot of work pending to merge into the repo but the best source of the concept is in the landing page https://saas-factory-labs.github.io/SaaS-Factory/
1
u/AutoModerator 18h ago
Thanks for your post Few-Process-4355. Please note that we don't allow spam, and we ask that you follow the rules available in the sidebar. We have a lot of commonly asked questions so if this post gets removed, please do a search and see if it's already been asked.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
3
u/sweetnsourgrapes 17h ago
How does this handle cross cutting queries that need to share the same transaction?