DEV Community

Braisdom
Braisdom

Posted on • Updated on

A new way of ORM in Java (ObjectiveSQL)

ObjectiveSQL is an ORM framework in Java base on ActiveRecord pattern, which encourages rapid development and clean, codes with the least, and convention over configuration.

Features
1) Dynamic code generation with JSR 269 for Java API of database access
2) Full Java API of database access without coding
3) Dynamically SQL programming with Java syntax, and very close to SQL syntax

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

Top comments (0)