You don't need to install sqlite, it comes with python. You can easily find pysqlite docs on the web. I can also write the initial code if needed (assuming that we need checksum-pickle mapping initially to implement cache)
For cache alone, i think the current pickeshare is more efficient and easier on the disk. Sqlite could better be used for other metadata. -- Sent from my Nokia N900 ----- Original message ----- > On Mon, Aug 9, 2010 at 12:03 PM, Edward K. Ream <[email protected]> > wrote: > > On Mon, Aug 9, 2010 at 7:02 PM, Ville M. Vainio <[email protected]> > > wrote: > > > I think zodb is overkill. Sqlite can do everything we'll ever need > > > (including storing pickled uA's, indexed by gnx and uA name) > > > > I'll look into it. > > I see there is a Python wrapper, so I suppose there would be no more > objection to installing Sqlite than zodb. Either must be completely > optional. > > Ok. The first test passes. Any suggestions for good ways to come up > to speed on Sqlite? > > Edward > > -- > You received this message because you are subscribed to the Google > Groups "leo-editor" group. To post to this group, send email to > [email protected]. To unsubscribe from this group, send email > to [email protected]. For more options, visit this > group at http://groups.google.com/group/leo-editor?hl=en. > -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
