Thanks, join looks very useful. Actually a while ago I was talking to some web developer friends and I was talking about writing a CMS that uses flat files and no databases, but they thought I was crazy... don't know why I've started to conform to the database crowd :). Though from looking at sqlite it is not as overly complex as other systems; the whole database can be loaded into memory and there's no 'database server'.
On 11 August 2010 12:56, Josh Rickmar <[email protected]> wrote: > On Wed, Aug 11, 2010 at 11:04:24AM +1000, Alex Hutton wrote: >> You're right, that would be even simpler. I was thinking about whether >> or not the 'relational' abilities of the database would come in handy >> but I haven't come up with any definite uses for them yet. > > join(1) > >
