blob: fa0139ce6d2dbdec6c31f5563bb0690059d0bc00 (
plain)
1
2
3
4
5
6
7
8
|
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.
|