· 5 min read
Marten native partial updates - patching
Partial update or patching JSON involves making changes to specific parts of a JSON document without replacing the entire document. This is particularly useful when you only need to modify certain fields or elements within a large JSON object, rather...
marten dotnet postgresql dotnetcore