README.og in og-0.6.0 vs README.og in og-0.7.0

- old
+ new

@@ -1,16 +1,17 @@ = Og 0.6.0 -Og (ObjectGraph) is an efficient, yet simple object-relational mapping +Nitro integrates the Og (ObjectGraph) object-relational mapping library. Og provides transparent serialization of object graphs to a RDBMS backend. Unlike other similar libraries Og maps standard Ruby objects to SQL tables and not vice versa. Og provides a meta language to describe the relations between objects, a flexible and intuitive api for querieng the database, raw access to the SQL language if needed (for example to fine tune the automatically generated SQL tables, or -for custom queries), suports deserialization to Ruby objects or tuples +for custom queries), suports deserialization to Ruby objects or tuples, +automatically generates join tables for many_to_many relations and provides a collection of usefull Mixins to synthesize common -Objects. +Entities. Og is a combination of the best features of Active Record and the former O-R mapping library included in Nitro (NDB). Adapters for PostgreSQL and MySQL are included.