2002-05-27 11:48:35 +02:00
|
|
|
Tangram is an object-relational mapper. 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.
|
|
|
|
|
2003-12-08 13:46:45 +01:00
|
|
|
WWW: http://search.cpan.org/dist/Tangram/
|
2006-06-02 17:36:28 +02:00
|
|
|
Author: Jean-Louis Leroy <jll@soundobjectlogic.com>
|
|
|
|
Sam Vilain <sam@vilain.net>
|
|
|
|
Andres Kievsky <ank@cpan.org>
|