Needs advice
URL: https://github.com/braisdom/ObjectiveSql
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.
Features:
- With one annotation your Class has fully featured capabilities of SQL programming
- Easy to relational(has_one, has_many and belongs_to) query and paged query
- Writing SQL expressions(arithmetic, comparison and logical) using Java syntax
Why to choose:
- If your project focuses on data analysis in relation database, and a lot of arithmetic expressions in SQL statement. ObjectiveSQL will help you convenient and safe write expression using Java
- If you don’t want to write Java codes of database access and various configuration files, ObjectiveSQL's dynamic code generation will help you access the database without coding
0 views0
Comments