Momomoto 0.1.9 (Default branch) |
|
|
Momomoto is an object-relational mapper written in
Ruby for PostgreSQL. It features support for
combined primary keys, support for stored
procedures, and support for schemas. Metadata for
tables, views, and stored procedures are fetched
directly from the database to keep declaring
classes as simple as possible.
License: GNU General Public License v2
Changes:
The Interval data type is no longer represented as Time, but has its own TimeInterval class. Unlike Time, TimeInterval can handle intervals longer than 24 hours. There have been minor bugfixes and the error handling has been improved.
|