Skip to content

Instantly share code, notes, and snippets.

@shumon84
Created November 22, 2018 01:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shumon84/74ddcda1ca545cfd1fa3662668c7a7bb to your computer and use it in GitHub Desktop.
Save shumon84/74ddcda1ca545cfd1fa3662668c7a7bb to your computer and use it in GitHub Desktop.
tx, _ := db.Begin() // トランザクション開始
stmt, _ := tx.Prepare("INSERT INTO hoge (id) VALUES (?)")
stmt.Exec("0000")
tx.Commit()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment