On Fri, Dec 02, 2005 at 05:28:46AM -0500, IvorW wrote:
Surely if you want to make it as easy as possible, SQLite would be a better option?
Sorry, SQLite won't scale. Concurrent access and locking is something that SQLite doesn't do, though it does have transactions and rollback.
Does it scale *enough* though? I can't imagine that the London guide (which I imagine is still the biggest) ever has more than ten concurrent users reading it and more than 2 or 3 writing it.