in reply to Persistence and handling large amounts of multi-level self-referential data
Tangram is an object-relational mapper for Perl objects. It makes objects persist in relational databases, and provides powerful facilities for retrieving and filtering them. Tangram fully supports object-oriented programming, including polymorphism, multiple inheritance and collections. It does so in an orthogonal fashion, that is, it doesn't require your classes to implement support functions nor inherit from a utility class.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Tanagram: Persistant Object Mapped to an RDBMS
by rob_au (Abbot) on Sep 29, 2001 at 12:25 UTC |