Wednesday, December 30, 2020

ObjectiveSQL (A New Java ORM) 1.4.5 Has Been Released

ObjectiveSQL is an ORM framework in Java based on the ActiveRecord pattern, which encourages rapid and clean development and clean, minimal coding, and convention over configuration.

Features

  • With one annotation, your Class has fully featured capabilities of SQL programming
  • Easy relational queries (has_one, has_many, and belongs_to) and paged queries
  • Writing SQL expressions (arithmetic, comparison, and logical) using Java syntax

Why to choose

  • If your project focuses on data analysis based on relation database, and a lot of arithmetic expressions in SQL statement. ObjectiveSQL will help you write expressions conveniently and safely using Java syntax
  • 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

Performance



from DZone.com Feed https://ift.tt/3pvMWml

No comments:

Post a Comment