Re: Wim's Conf Proposal
Jean-Christophe Michel <jc.michel-/aRvmaKoZxNWk0Htik3J/[email protected]>
| Newsgroups | gmane.comp.lib.binarycloud.devel |
|---|---|
| Message-ID | <[email protected]> |
alex black wrote: >> - how will you store default values in svn? a sql dump? current xml >> format has the advantage of being strong, typed and can be checked >> against a dtd. > > > True. So we would need pretty strong checking in the SimpleEntity. > > We would store a SQL dump, yep. (which is why I like the idea of SQLite > so much - it would make the whole DB a file - then you could simply have > a 'defaults' db and a 'user' db. But how do you split a sqlite db into part? Each package will have its own default conf file. It's easier to include and test automatically an xml file than a sql one. Why not use xml only for defaults being loaded into sql? -- Jean-Christophe Michel