Skip to content

Instantly share code, notes, and snippets.

@koskimas
Created November 14, 2021 15:14
Show Gist options
  • Select an option

  • Save koskimas/259b27fad632b6601c5343d10d3508cc to your computer and use it in GitHub Desktop.

Select an option

Save koskimas/259b27fad632b6601c5343d10d3508cc to your computer and use it in GitHub Desktop.
db.insertInto('person')
.values(person)
.onConflictDoNothing('id')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment