summaryrefslogtreecommitdiff
path: root/gsql
Commit message (Collapse)AuthorAgeFilesLines
* gsql: change WithinTransaction methods to take sql.TxOptionsStefan Majewsky2026-09-081-7/+7
| | | | This makes them usable as replacements for BeginTx + Commit/Rollback.
* gsql: add WithinTransactionStefan Majewsky2026-07-311-1/+26
|
* gsql: add context.Context argument to GSQLClose()Stefan Majewsky2026-07-312-2/+3
| | | | Required for pgx.Conn.Close().
* add package gsqlStefan Majewsky2026-07-292-0/+281