diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2011-04-11 09:47:47 -0700 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2011-04-11 09:47:47 -0700 |
commit | 0505df1dbfaab15acac25fad0c0d1b8510e4065a (patch) | |
tree | 93125c986f2f49407791cd0a4fb52cf0d28ba043 /README.markdown | |
parent | e8563a6234b4f60f8d756d89b3b35026a467694e (diff) | |
download | rails-0505df1dbfaab15acac25fad0c0d1b8510e4065a.tar.gz rails-0505df1dbfaab15acac25fad0c0d1b8510e4065a.tar.bz2 rails-0505df1dbfaab15acac25fad0c0d1b8510e4065a.zip |
updating the readme a little
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown index 4952ec6191..eaefe2d694 100644 --- a/README.markdown +++ b/README.markdown @@ -4,7 +4,14 @@ ## DESCRIPTION -Arel is a Relational Algebra for Ruby. It 1) simplifies the generation complex of SQL queries and it 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. +Arel is a SQL AST manager for Ruby. It + +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 |