Yesterday we have define repository (globals/locals) sqlite structure,
with tables "informations" and "dependencies". Those base are
populated with datas incoming from "information" package section.

Tables and packages, information and relations are resume in Sysde
recent scheme and have been discuss yesterday.

The question is how to store "information" in the packages. We have two
possibilities :
 - "txt" version witch could be on a XML structure
 - SQLite version

What is the best solution for you ? thanks to chose and motive your
choice.

My response :
I prefer "txt" version because we can parse this file with many
independent utilities like grep, cat, ...

The structure XML is a good one :
<info="name">
        <type>text</type>
        <value>apache</value>
</info>...

With this we could easily make a sql request to populate sqlite repos
tables.

The sqlite version, have for me a great inconvenient. we need already
to un-compress the package "gzip" and after we need to make an other
operation with a non standard utilities to get information. Moreover a
person who doesn't know sqlite structure could not easy find infos.

That's my args

Captain

--
[email protected]
Unsubscribe: [EMAIL PROTECTED]
Archives: http://lists.else-projects.org/archives/devel
Jabber-MUC: [EMAIL PROTECTED]

Reply via email to