JRel is a library for the Java language that can be used to construct database queries in a programmatic fashion using a subset of the relational algebra. These queries are expressions in the form of 100% native Java code, and are translated at runtime into compliant ANSI-SQL usable with a variety of SQL databases.
Tags | Database API |
---|---|
Licenses | Apache 2.0 |
Implementation | Java |
Release Notes: This release adds support for SQL conditional (CASE) statements, support for CAST statements, full and proper support for subselects and subqueries, projection of expressions (such as arithmetic, string concatenation, etc.), major improvements to aggregation (sum, max, min, etc.) handling, and bugfixes to join handling.
No changes have been submitted for this release.