Skip to content

Create a simpler approach to data creation for non DBContext input type #2

@theobat

Description

@theobat

We sometimes want something simpler than the current over-generalized approach for data insertion where everything is seen through the lens of a DBContext which essentially is :

{
  tableA: [{recordOfValueA1}, ..., {recordOfValueAn}] -- etc
  tableB: [{recordOfValueB1}, ..., {recordOfValueBn}]
}

An exemple of this is when we want to record a simple junction table with a user id and a entity X id. The DBContext is overly generic in this case.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions