Télécharger la liste

Description du projet

db-backed is a Ruby library providing a convenient
mechanism for describing objects bound to a
backing database. This relieves the programmer
from much of the tedium associated with writing
programs with DB access. Instead of spending a lot
of time working on code that reads data from the
database, code that stuffs it into useable objects,
remembering whether a particular piece of data
lives in the database or not, etc., db-backed
allows the programmer to simply design their
database schema (with a few constraints), and
write a very simple class definition which describes
the mapping between database fields, class
methods, and foreign key mappings.

Système requise

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.

2003-02-07 20:19 Retour à la liste release
1.0

C'est un changement mineur de plus de 0,9. Certaines choses ont été fixées, et la clause WHERE facultative a été étendu à une clause plus générale de modification (lors de l'instanciation des objets). Cela n'aura probablement pas d'impact sur tout code que vous avez écrit.
Tags: Minor bugfixes
This is a minor change over 0.9. Some things have been fixed, and the optional WHERE clause has been extended to a more general modifier clause (when instantiating objects). This will probably have no impact on any code you've written.

Project Resources