Introducing MartenDB support into OrchardCore module data layers #11184
mwpowellhtx
started this conversation in
Ideas
Replies: 2 comments 5 replies
-
Hi @mwpowellhtx I already checked MartenDb few months ago, you could use it for your custom modules if you want. While the OrchardCore are using YesSQL which allows you to use SQLite, SQL Server, MySQL and PostgreSQL as well. JSON is used undearneath to store the actual data. For more information you could check YesSQL repo. One more thing OC is already did a good work to separate the data layer, so you can find:
So nothing prevent you to use what you make you happy |
Beta Was this translation helpful? Give feedback.
0 replies
-
Interesting; how come y'all rolled your own |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
MartenDB document databases and/or event sources
Core technologies include
postgresql
,JSON
, or rather alsoBSON
to be more precise, andMartenDB
.Solution
Are there modules already? NuGet search did not reveal anything, so I am assuming probably not. I'm not sure I'd want to replace the
Orchard
data layers, but might like to at least contain if you will those business features,MartenDB
, etc, via a module. Which I gather is the strength and draw of anOrchard
, correct?Versus "traditional" ORM style approaches
Or versus a RavenDB, has some compelling features I'd like to leverage for some of our more business back end and middle tier oriented features.
Beta Was this translation helpful? Give feedback.
All reactions