I need to use a db backend (Sybase) which is not supported by Django.
I don't need to use the Django ORM but would like Django to maintain a
pool of open db connections so that I don't have to make a new
connection every time I need to run a query (similar functionality
offered by Apache::DBI in modperl). Is this possible? Thanks.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to