From 9d7e0cf1d34b02590e715ab2a302fff9c9c53b8b Mon Sep 17 00:00:00 2001 From: Tom Walder Date: Thu, 31 Jul 2014 13:26:08 +0100 Subject: [PATCH] Add transaction support methods --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e503868..c6c16ed 100644 --- a/README.md +++ b/README.md @@ -165,6 +165,9 @@ The following methods are available - `prepare()` which returns a new `Statement` object when called - `query()` - `escape()` +- `begin()` Transaction support +- `commit()` Transaction support +- `rollback()` Transaction support ### Statement Class ###