mirror of
https://github.com/jackc/pgx.git
synced 2025-05-31 03:32:13 +00:00
This is in preparation for a Begin / Tx interface that will similate nested transactions with savepoints. In addition, this passes the TxOptions struct by value and thereby removes an allocation.