Momomoto 0.1.11 (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:
A bugfix for where-clause generation for procedures when passing multiple conditions. Nesting logical operators in select are now possible. Error reporting has been improved.
|