I've been developing some fun stuff with django for about a month now and I've been thinking of taking on a big challenge, adding ZODB support to Models.
I _love_ the django models, but there are a few things I wish to do in which I need a full object persistence. I'm sending this to the list before diving head in to this task because I'm wondering: a) Is there someone already doing this :) b) Can anyone see right away huge issues that I'll run in to in the implementation. and c) Is this going to be significantly harder now rather than later. What I mean is, is there already good support for going in and supporting a new DB type that isn't likely to change much before 1.0 or should I just wait until 1.0 For those that don't know, or just cringe at the mention of something from Zope, ZODB is a very cool, very modular multi-use object persistence database. The advantage to using it would be that you could dynamically create python objects and store them in your chosen storage (filesystem, subversion, BerkeleyDB, etc) and reap the benefits of persistence and indexing. -Mikeal --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" 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/django-developers -~----------~----~----~----~------~----~------~--~---
