Replies: 1 comment
-
Marten can be configured on what to do with the DB-schema. From this point of view I don't see a problem using Marten + EF together. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
As someone totally new to Marten (and Postgresql for the matter), one thing that is not clear to me by reading the docs is: how can we interact directly with Postgresql (for example using tools such as EF or Npgsql), without risking introducing state management conflicts. To put it differently, I am not clear on the extent to which MartenDB "takes control" of our database and expects us to manage things through it to function properly.
My idea/goal would be to use MartenDB for Document and Event Sourcing needs, and an O or for relational data, on the same database. I wasn't able to find a section of the documentation discussing such a usage, even though the docs allude to the fact that developers keep having access to all postgres features.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions