Queue up one or more database write operations within the provided function to be executed when it is safe to do so.
(db *sql.DB, txn *sql.Tx, f func(txn *sql.Tx) error)
| 43 | // Queue up one or more database write operations within the |
| 44 | // provided function to be executed when it is safe to do so. |
| 45 | Do(db *sql.DB, txn *sql.Tx, f func(txn *sql.Tx) error) error |
| 46 | } |
no outgoing calls