mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
23 lines
1.1 KiB
Plaintext
23 lines
1.1 KiB
Plaintext
PortSystem 1.0
|
|
PortGroup ruby 1.0
|
|
|
|
ruby.setup og 0.9.5 gem {} rubygems
|
|
revision 1
|
|
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), supports 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 158e4304d88213d5ae43d39bd2c895e6
|
|
platforms any
|
|
supported_archs noarch
|