Skip to content
Discussion options

You must be logged in to vote

Marten provides a list of functionality (please read the docs) as a fancy .NET library on top Postgres database as its underlying database. Marten stores all data in Postgres tables where each document type is a table where in the whole of the data is serialized as JSON as stored in a single JSONB column. So Marten has it way to define the table schema etc for storing documents as part of document database. So with regards to your question would the data be "stuck", certainly not if you inspect and understand the table schema created by Marten and you can use plain vanilla SQL queries outside of Marten to query the data etc.

With regards to miscellaneous entry with "DocumentDB", it is a s…

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@omni-htg
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by jeremydmiller
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants