NOTICE: This package has been removed from pkgsrc

./databases/ruby-arel20, Arel is a relational algebra engine for Ruby

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2.0.10, Package name: ruby193-arel-2.0.10, Maintainer: pkgsrc-users


## 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.


Required to run:
[lang/ruby193-base]

Master sites:

SHA1: 758e4172108a517d91c526dcab90355a7d07c527
RMD160: dcecd53974a9a8f976c9946a6938d8c09baf27c5
Filesize: 36 KB

Version history: (Expand)


CVS history: (Expand)


   2013-02-17 09:58:03 by Takahiro Kambe | Files touched by this commit (4) | Package removed
Log message:
Remove ruby-arel20 which was required by databases/ruby-activerecord3.
   2011-12-14 17:24:28 by Takahiro Kambe | Files touched by this commit (4) | Imported package
Log message:
Importing current ruby-arel version 2.0.10 as databases/ruby-arel20 to
keep version 2.0.x (for databases/ruby-activerecord3).