Matthew Bevan <[EMAIL PROTECTED]> writes:
I thoroughly searched the mailing list archives on Google and the docs.turbogears.org site, but could not find any references to creating a second database connection for use as an in-memory cache. E.g. I wish to have an in-memory SQLite connection where I store a single table containing one MD5 sum and integer per row. It's that simple. Has this been done before? Can anyone point me at useful documentation or example code?
There's no automatization for that on TG. You should create the connection by hand and populate data normally. If you have troubles, write to the list with more details and we'll help you. -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

