> > Are you aware that you can do an in-memory database (IOW no file at all)? > > cur = sqlite.connect(":memory:") >
Yes, but in this case, how can I use the DB that I downloaded from the net ? If this is the way of using sqlite, it is still cumbersome as a lot of other classes that work on files can work on file-like (and isn't it the whole point of Python ;) ? Thank you for your fast answer Matthieu
-- http://mail.python.org/mailman/listinfo/python-list