fc18dbdd4c
Changes from past ruby-arel version 6.0.3: === 6.0.4 / 2016-12-27 * Enhancements * Ruby 2.4 compatibility
8 lines
327 B
Text
8 lines
327 B
Text
Arel is a SQL AST manager for Ruby.
|
|
|
|
1. Simplifies the generation of complex SQL queries
|
|
2. Adapts to various RDBMS systems
|
|
|
|
It is intended to be a framework framework; that is, you can build your own
|
|
ORM with it, focusing on innovative object and collection modeling as opposed
|
|
to database compatibility and query generation.
|