On Fri, May 14, 2010 at 10:47 PM, Ozgur Yılmaz <[email protected]> wrote: > Hi everybody, > > Do anyone knows a Python Database framework, which resembles Django's > approach to database programming? I need it to use outside of Django, for > other Python scripts.
Is there some fundamental reason that you can't just use Django's ORM? Sure, Django is primarily designed for use building websites, but you can easily write standalone scripts that use Django's libraries Yours, Russ Magee %-) -- 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.

