Support for the following statements: - `BEGIN TRANSACTION x` - Creates transaction `x` - `COMMIT x` - Commits transaction `x` - `ROLLBACK x` - Aborts transaction `x`