Merge from vendor branch TNF:
authortaca <taca>
Sun, 12 Sep 2010 04:15:06 +0000 (04:15 +0000)
committertaca <taca>
Sun, 12 Sep 2010 04:15:06 +0000 (04:15 +0000)
commit8bd34b98a30b24faae43058eaac27a33dc83241a
treed1438856b1b242afc67cacc76aac5b12d8eada0c
parent36dde712cb27797a5ef825cbb894e183ebc1086d
parent78ecf45ae2597ba70098aa1f9ac65380b9e0fd6a
Merge from vendor branch TNF:
Importing of databases/ruby-arel 1.0.1.

## Abstract ##

Arel is a Relational Algebra for Ruby.

1) simplifies the generation complex of 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.

## Status ##

For the moment, Arel uses ActiveRecord's connection adapters to
connect to the various engines, connection pooling, perform quoting,
and do type conversion. On the horizon is the use of DataObjects
instead.

The long term goal, following both LINQ and DataMapper, is to have
Arel adapt to engines beyond RDBMS, including XML, IMAP, YAML, etc.