NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Tangram Takes Over (Score:2)
Beware, though, creating your own mapper will drive you insane if you aren't careful. I don't use Tangram because I'm not willing to give up that much control. On the other end
Casey West
Re:Tangram Takes Over (Score:2)
The documentation is sparse, once you leave the trivial parts and it is hugely limiting.
I wouldn't mind it hiding the complexity and details, if it let me choose to be able to at least see what was problematic and why it crashed.
More error checking wouldn't go amiss either - failing to check that all the table aliases it refers to in a query are in there is a stupid loophole and the sql is generated so far from the query that its impossible to find where th
@JAPH = qw(Hacker Perl Another Just);
print reverse @JAPH;
look at the laternatives before you build your own (Score:1)
Beware of hubris about Tangram -- it does a lot of tricky perl magic in order to provide almost invisible persistence. It is not easy to build something like that.
Re:look at the laternatives before you build your (Score:2)
The schema and other bits of database behind tangram aren't anything special.
@JAPH = qw(Hacker Perl Another Just);
print reverse @JAPH;
Re:look at the laternatives before you build your (Score:1)
The schema that Tangram generates is simple, but handling the query language and doing all the TIE and proxying in order to make things like arrays work is quite complex.
"Works For Me" (Score:1)
But I certainly don't disagree that Tangram has many rough spots.