On Feb 23, 9:29 am, Thierry <[EMAIL PROTECTED]> wrote:
> SQL alchemy looks really great.
> And there's even a plugin for Django:http://code.google.com/p/tranquil/
>
> Does anyone here have any experience with implementing this?
> I was thinking of using it for the read operations only.
>
> Greetz,
> Thierry
I second that. SQLAlchemy works great for me so far. I haven't looked
much at
Tranquil but it seems that it uses mapper(), which is afaik a standard
method in sa for
actually tying a data model to a Table object. I kind of like this
strategy. Maybe that could
be used eventually with actual Django models but I guess YMMV. 8-)
regards,
Etienne
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---