Skip to content

Commit

Permalink
Add transaction support methods
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Walder committed Jul 31, 2014
1 parent 9730f54 commit 9d7e0cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ###

Expand Down

0 comments on commit 9d7e0cf

Please sign in to comment.