Matt, On Oct 1, 11:39 am, Matt Wilson <[EMAIL PROTECTED]> wrote: > I'd love to be able to use SQLAlchemy with Django. I've heard some > people are working with this, but I want to know if people are really > using it in production.
We're working on a project called django-sqlalchemy (http:// gitorious.org/projects/django-sqlalchemy). No one is using it in production as there's still some work to be done. The approach of the project (http://blog.michaeltrier.com/2008/3/21/django-sqlalchemy) is such that it would allow you to just use Django as is but with SQLAlchemy on the backend, as well as exposing SQLAlchemy's ORM to your models for those cases where you needed to leverage the power of SQLAlchemy. Newforms and the rest of it would continue working just fine since the Django models are still there, they're just "enhanced" a bit. Although, like I said no one at this point is using it in production, so if you need a solution today, this is not it. If you want to help out to get it there, I welcome the support. Thanks, Michael --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

