package
Version:
v0.0.0-...-ccfaf30
Opens a new window with list of versions in this module.
Published: Oct 22, 2020
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package sqlx sqlデータベース関連の機能を拡張するパッケージ
RunInTransaction 内部でトランザクションを開始し、受け取った関数内でエラーが発生した場合ロールバック、成功したらコミットする
RunInTransactionTx 内部でトランザクションを開始し、受け取った関数内でエラーが発生した場合ロールバック、成功したらコミットする
この関数は内部でdb.Beginの代わりに、db.BeginTxが呼び出される
Source Files
¶
Click to show internal directories.
Click to hide internal directories.