Importing of databases/ruby-arel 1.0.1.
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)
commit78ecf45ae2597ba70098aa1f9ac65380b9e0fd6a
treebe0530143a5c0868d581daca8454f6086cbdbe51
parent6462f178bddfa6f500eebc4b5d509c7dc57d328a
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.
databases/ruby-arel/DESCR [new file with mode: 0644]
databases/ruby-arel/Makefile [new file with mode: 0644]
databases/ruby-arel/PLIST [new file with mode: 0644]
databases/ruby-arel/distinfo [new file with mode: 0644]