Very little is said about SQLite in the RR documentation. On www.sqlite.org, is says proudly that SQLite is "serverless" - the database files are read/written directly to disk with no intermediary server process required. And the examples in the "Getting Started" section on that website, it mostly mentions using the shell or DOS prompt on your own machine. But, I want to access my files on a server (I have space on www.DreamHost.com). I can do that by using a put or get URL command, right?. I"m 95% sure that I can, but it's that remaining 5% that makes me worry that somehow "serverless" means "can't be used with the internet".
Whew! I've been avoiding this question for about 3 weeks now.

Mark P. (database newbie)