Just finally sat down to take a look at this stuff, the way you want it done, and I have a question....<br><br><a href="http://github.com/ctb/pony-build/blob/master/pony_build/dbsqlite.py#L23">http://github.com/ctb/pony-build/blob/master/pony_build/dbsqlite.py#L23</a><br>
<br>Default value for filename is already :memory: . Which I would assume is the name of the sqlite db.<br>But you know what they say about assumptions.<br><br>I guess my question is how does this &quot;shelf&quot; file tie in with sqlite3 or is it one in the same?<br>
<br>My original thought was the &quot;shelf&quot; file was the DB, and sqlite3 was just the means of putting data in to it.....<br><br>I see all the calls between coordinator, dbsqlite and __init__ and can follow the logical progression between them, but I guess I can&#39;t make the connections in my brain on how it all works as one.<br>
<br>Hmmmmmm.....<br><br><br><br>