Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
emacarron committed Feb 23, 2013
1 parent bd42b0a commit 380d3d1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
The MyBatis data mapper framework makes it easier to use a relational database with object-oriented applications.
MyBatis couples objects with stored procedures or SQL statements using a XML descriptor or annotations.
Simplicity is the biggest advantage of the MyBatis data mapper over object relational mapping tools.
Simplicity is the biggest advantage of the MyBatis data mapper over object relational mapping tools.

Se the docs in: http://mybatis.github.com/mybatis-3
Downloads are in: http://repo1.maven.org/maven2/org/mybatis/mybatis/

0 comments on commit 380d3d1

Please sign in to comment.