<div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Are you aware that you can do an in-memory database (IOW no file at all)?<br><br>cur = sqlite.connect
(":memory:")<br></blockquote></div><br>Yes, but in this case, how can I use the DB that I downloaded from the net ?<br>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 ;) ?
<br><br>Thank you for your fast answer<br><br>Matthieu<br>