Hi all. As pointed out to me, Tangram and Class::Tangram are incredibly ineptly named. It seems that OO persistence systems have this in common - consider Pixie, Alzabo, SPOPS, etc. This is probably because the good namespaces like Object::Persistence, Persistence::DBI, etc were already taken.

I'm thinking of a major refactoring, and a new name would be a good start. Any suggestions for a good new name?

If you don't know what it is, I suggest starting with the Project Home page, or perhaps the tangram guided tour, supplemented with a quick look at the incomplete tangram introduction.

Tangram is a stable tool for mapping objects to database tables, or vice versa at a pinch with various provisos. It is much more expressive than simpler approaches like Class::DBI, and supports a very wide style of database programming styles with exceptionally good support for maintaining transaction consistency.

It is currently ported and well tested on Pg, MySQL, Oracle and SQLite, and has at times supported various other commercial databases too.

It is the only abstraction I know of that will let you make partial queries as expressions and combine them together arbitrarily, including as many joins as you like. This is very useful for doing things like automatically building queries from search forms.

I'd rather not turn this note into a debate of the claims I have just made, I'd much rather those be aired on the T2 users mailing list, or perhaps more appropriately the poop-group list.

$h=$ENV{HOME};my@q=split/\n\n/,`cat $h/.quotes`;$s="$h/." ."signature";$t=`cat $s`;print$t,"\n",$q[rand($#q)],"\n";

In reply to New name for Tangram? by mugwumpjism

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.