Skip to content

Commit 5d6941b

Browse files
committed
Adds transaction plugin to Readme
1 parent 5ba9aa6 commit 5d6941b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ make
3232
- Create Model associations, find, check, create and remove
3333
- Define custom validations (several builtin validations, check instance properties before saving)
3434
- Model instance caching and integrity (table rows fetched twice are the same object, changes to one change all)
35-
- Plugins: [MySQL FTS](http://dresende.github.io/node-orm-mysql-fts) , [Pagination](http://dresende.github.io/node-orm-paging)
35+
- Plugins: [MySQL FTS](http://dresende.github.io/node-orm-mysql-fts) , [Pagination](http://dresende.github.io/node-orm-paging) , [Transaction](http://dresende.github.io/node-orm-transaction)
3636

3737
## Introduction
3838

0 commit comments

Comments
 (0)