# $Id: Portfile 105125 2013-04-11 03:44:17Z jmr@macports.org $ PortSystem 1.0 PortGroup ruby 1.0 ruby.setup og 0.9.5 copy_install:lib {README.og test examples} rubyforge:2866 maintainers nomaintainer description Og provides transparent serialization of object graphs to \ a RDBMS backend long_description 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, \ automatically generates join tables for many_to_many relations \ and provides a collection of usefull Mixins to synthesize common \ Entities. categories-append databases license BSD checksums md5 9b46291588ccb53ccb62e9e8f3d22d44 homepage http://www.navel.gr/nitro/ platforms darwin extract.suffix .tgz