by kbg
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.
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 ...
Another release of sqlorm. This time supporting database refactoring through the "ConstantsDump" tool. See the comprehensive documentation online!
More fluid SelectBuilder. Now you can chain e.g. an ORDER BY on an and(). 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.
initial release. enjoy!
Copyright © 2009 SourceForge, Inc. All rights reserved. Terms of Use