* Tels <[EMAIL PROTECTED]> [2006-07-12 19:00]:
> Using SQLite or similiar is what really creates the problems
> with CPANTS - you cant just access the raw database without the
> front-end. 

All you need is one binary from www.sqlite.org – I don’t follow
why this is a problem. And I certainly prefer talking SQL at a
database than writing throwaway helper script code to manipulate
serialised data structures.

> Of course for performance reasons it might not be good, but
> since premature optimization is the root of all evil, I'd say
> use YAML now, change when nec.

Who cares about performance – I don’t want to have to write code
to walk data structures just to ask questions about a heap of
records. Sometimes with an in-memory data structure I resort to
DBD::RAM instead of writing endless chains of maps, greps and
foreach loops just because SQL is so much lazier.

SQLite is a godsend. (drh++)

Regards,
-- 
#Aristotle
*AUTOLOAD=*_;sub _{s/(.*)::(.*)/print$2,(",$\/"," ")[defined wantarray]/e;$1};
&Just->another->Perl->hacker;

Reply via email to