[racket] sqlite: how to open a database via the web ?

From: Noel Welsh (noelwelsh at gmail.com)
Date: Fri Oct 15 18:14:39 EDT 2010

On Fri, Oct 15, 2010 at 11:03 PM, scouic <scouic at gmail.com> wrote:
> Noel, you say that sqlite only works on local, so what should i do to manage
> with DrRacket a database imported via the internet (example.com/database.db
> ?)

You have to download it to your PC. SQLite does not have a
client/server architecture. That is what makes it simple to use, but
it means you can't use it over a network.

N.


Posted on the users mailing list.