Add UPSERT feature
Open
epic/CRUD
priority/research
- Dominant language
- Python
- Stars
- 31
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
This allows the user to update a value, or if it's doesn't exist the value should be created. The normal behavior seems to be to try an insert, and if a conflict is raised to resort to an update.
Contributor guide
Assessment
This issue has not been assessed yet.