On 4/10/07, Norjee <[EMAIL PROTECTED]> wrote: > > Quite often there has been talk about using SqlALchemy in Django, but > as far as I'm aware there is no implementation yet. > > For me, replacing Django's model is definitely too ambitious, so I > tried the next best thing, use Django's model declaration to create a > SqlAlchemy binding. For most of the (read my) use cases, this works. > As my main interest in SqlAlchemy is to use its more advanced query > syntax, it is sufficient for me. One notable downside is that it adds > a little overhead, instead of one model representation you end up with > the, the Django one and the SqlAlchemy one.. But so be it.. > > Anyway the first steps can be found at > http://jeroen.concept-q.com/projects/djangoalchemy/ > Any comments are welcome. (Though, as I mentioned in the readme as > well.. I'll be rather busy and probably slow to respond.. so be it..) > Great!
-- I like python! UliPad <<The Python Editor>>: http://wiki.woodpecker.org.cn/moin/UliPad My Blog: http://www.donews.net/limodou --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---

