Skip to content

Create DBSet #78

Description

@ChrisBAshton

Once #75 and #76 are done, it makes sense to remove the distinction between DBCreate and DBUpdate. Instead, have one DBSet object which handles both cases.

The application shouldn't need to know whether an object is existing and needs updating or whether that object is new and needs inserting in the database. It should just be able to call DBSet, which in turn would do the querying and then call DBCreate or DBUpdate (or some refactored equivalents).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions