Storing an owned entity as JSON, and managing updates to the object graph
I’m using EF Core (8.x) and Posgresql for storing some data. Specifically, I have an entity type which has a (navigation) property holding an entire object graph, that I have specified in OnModelCreating
as owned and stored as JSON (in a jsonb column):