2 comments

[ 4.0 ms ] story [ 17.6 ms ] thread
ObjectiveSQL is an ORM framework in Java based on ActiveRecord pattern, which encourages rapid development and clean, codes with the least, and convention over configuration.

github: https://github.com/braisdom/ObjectiveSql

Features 1) Dynamic code generation with JSR 269 for Java API of database access

2) Automate your methods of CRUD operations in database, and much more

3) Easy to relation query, transaction and paged query

4) Dynamically SQL programming with Java syntax, and similar to program with SQL syntax extremely