transactions: Begin/commit/rollback SQL transactions

Description Usage Arguments

Description

transactions require an open connection, so you will need to manually create the connection, preform queries with gq and then and close the connection.

Commiting an SQL transaction saves the actions made durreing the transaction to the database.

Rollback resets any transactions that might have happened durring the transaction.

Determine if there is an active transaction

Usage

1
2
3
4
5
6
7

Arguments

.db

the connection to use throughout the transaction

force

force the action to take place


acjackman/dbezr documentation built on May 10, 2019, 5:11 a.m.