Download List

Project Description

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.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-09-24 22:13
0.1.6

The code checking for actual changes in the setter functions has been rewritten to work more reliably, even if the input is an instance of another class.
Tags: Minor bugfixes

2007-09-15 21:31
0.1.5

It is possible to query for NULL or NOT NULL rows
now.
Tags: Minor feature enhancements

2007-09-01 23:32
0.1.4

Momomoto now only updates columns that have been
modified. Minor bugs were fixed.
Tags: Minor feature enhancements

2007-08-17 15:03
0.1.3

Users can now select from tables without fetching
all columns. There
have been minor documentation fixes.
Tags: Minor feature enhancements

2007-08-14 00:21
0.1.2

The way metadata is stored has been rewritten. Everything is kept in instance variables of the class instead of class variables now.
Tags: Code cleanup

Project Resources