Re: Wim's Conf Proposal
alex black <[email protected]>
| Newsgroups | gmane.comp.lib.binarycloud.devel |
|---|---|
| Message-ID | <[email protected]> |
> - 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. > - since we store a tree, why not use nested sets like in categories? > probably too much overhead and complexity? Too much complexity for zero return. We only need key value pairs and uri-like naming is convenient and easy to classify. _a