Replies: 1 comment
|
You can use sql conflict handling primitives. For instance in postgres: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I'd like to add a name to the DB only if it's not already in the DB
if the record is already in the DB I'd like to answer 'sorry the record already existexists'
All reactions