Re: Inhomogeneous data in a database

2015-04-10 Thread Alex Becker
Hi Andrew, I'm not interested in ways how to get the data out of the database. I'm usually using DBIx::CLass because I'm too lazy to write SQL. To provide you an example of a table and the question I have, I did it anyway :). This would be the example case: #!perl use strict; use warnings; use

Re: Inhomogeneous data in a database

2015-04-10 Thread Andrew Solomon
Hi Alex Maybe you could give us a bit more info on the `html_contents` and `fancy_scripts` tables, because my inclination would be just to have a simple `contents` table. This table would have three fields: (`id,`content_type`, `blob`) where: * `content_type` is "HTML", "CGI" or "Module" (or rath