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.
What is spine? (Score:1)
sky
Reply to This
Re:What is spine? (Score:1)
For now, a short description. It's a CMS. Oh yes, uhm it's mod_perl based, uses a DB and should become flexible to expand (at some point). You can browse around the admin section and see what it does (for now).
"uses a DB" (Score:2)
Most of the 'id'-fields are auto_increment, which rules out any RDBMS that does not use that syntax (or which doesn't have auto_increment fields).
Your default database setup file uses MySQL syntax to create the database (something for which there is no common syntax yet - Ingres (which I know best) does not allow you to create databases from within a session - a session is connected to a database, it is proba
Re:"uses a DB" (Score:1)