diff options
author | Nick Kallen <nkallen@nick-kallens-computer-2.local> | 2008-05-18 22:11:05 -0700 |
---|---|---|
committer | Nick Kallen <nkallen@nick-kallens-computer-2.local> | 2008-05-18 22:11:05 -0700 |
commit | 14210279b23788d47a18f0615f5e20234550c8ac (patch) | |
tree | a618279edd1e58b61cb44e213bf6937e5b47ba01 /README | |
parent | 7feff4e7b52fbef356426d22257af161704315ad (diff) | |
download | rails-14210279b23788d47a18f0615f5e20234550c8ac.tar.gz rails-14210279b23788d47a18f0615f5e20234550c8ac.tar.bz2 rails-14210279b23788d47a18f0615f5e20234550c8ac.zip |
can't remember what i was working on
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ == Abstract == -Arel is a Relational Algebra for Ruby. It 1) simplifies the generation of both the simplest and the most complex of SQL queries and it 2) transparently 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. +Arel is a Relational Algebra for Ruby. It 1) simplifies the generation complex of SQL queries and it 2) transparently 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. == A Gentle Introduction == |