SQLOrm focuses on mediating database interaction rather than shielding the user from it. SQLOrm consists of 3 major parts. A dynamic query builder. A prepared statement layer. A resultset to object graph mapper, supporting batch inserts/updates.
Be the first to post a text review of SQL Orm. Rate and review a project by clicking thumbs up or thumbs down in the right column.
<li>Added <tt>ConstantsDump</tt> and wrote <a href="database_refactoring_made_easy.html">comprehensive documentation for it.</a> </li> <li>Added <tt>ResultSetForMetaData</tt> for improved access to <tt>ResultSet</tt> data. </li> <li>Added support for the generated constants of <ConstantDump</tt> in <tt>SelectBuilder</tt>
New stuff in this release * Added sqlorm-with_src.jar to the sqlorm.zip containing both classes and source files for better integration with IDE's. * Added ConstantsDump and wrote comprehensive documentation for it. * Added ResultSetForMetaData for improved access to ResultSet data. * Added support for the generated constants of ConstantDump in SelectBuilder Upgrade guide: just replace sqlorm.jar
<li>Added <tt>ConstantsDump</tt> and wrote <a href="database_refactoring_made_easy.html">comprehensive documentation for it.</a> </li> <li>Added <tt>ResultSetForMetaData</tt> for improved access to <tt>ResultSet</tt> data. </li> <li>Added support for the generated constants of <ConstantDump</tt> in <tt>SelectBuilder</tt>
Another release of sqlorm. This time supporting database refactoring through the "ConstantsDump" tool. See the comprehensive documentation online!
More fluid <tt>SelectBuilder</tt>. Now you can chain e.g. an <tt>ORDER BY</tt> on an <tt>and()</tt>. See the test cases for more details.
Simpe update: More fluid SelectBuilder. Now you can chain e.g. an ORDER BY on an and(). See the test cases for more details.
The first available compiled jar has been released. While SQLOrm is envisaged as a bigger framework, the current release focuses on dynamic sql generation.
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?