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.
feature highlights? (Score:1)
Re:feature highlights? (Score:2)
You'd have to corner David for that. I'm not sure which specifics he's released. However, I can describe things that I know are public knowledge. The object store will be one of the highlights, even though the customers won't see it. We have what is essentially a reflection based Perl object system built on top of Class::Meta, but even though we're currently targeting relational databases, there is no requirement to do so. We could target multi-value databases, XML datases, LDAP stores or even flat fil
Re:feature highlights? (Score:1)
I've never really liked database views. They feel like a hack to me, i.e. just a way to avoid writing out the actual SQL for what you're doing. Security (granting limited access to specific users) is the only use for them I've seen that I liked. I'll be interested to see what you gu