Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow calling struct.Exists() without having to pass on PK fields
For when having a helper interface that has Insert(), Update(), Upsert(). Upsert() is not always possible. Knowing that the record exists helps to decide between Insert() and Update().
- Loading branch information