database::commitTransaction
Commit and finalize an interactive transaction.
- transaction_idstringrequired
- committedbooleanrequired
Talk to PostgreSQL, MySQL, and SQLite from iii — query, execute, transactions, prepared statements, and change feeds.
Commit and finalize an interactive transaction.
Open an interactive transaction; returns a handle to use with transactionQuery/transactionExecute/commitTransaction/rollbackTransaction.
JSON wire envelope returned by `beginTransaction`.
Run a write statement (INSERT/UPDATE/DELETE/DDL).
Run a read-only SQL query inside an interactive transaction.
Run a read-only SQL query and return the result rows.
Rollback and finalize an interactive transaction.
Prepare a parameterized statement once.
Run a sequence of statements atomically.
Run a write statement inside an interactive transaction. BEGIN/COMMIT/ROLLBACK are rejected; use commit/rollbackTransaction.
Run a previously-prepared handle.
Postgres logical replication. Stubbed in v1.0 pending tokio-postgres replication API.