On 2010-05-14, at 16:47 , Ozgur Yılmaz 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.
Well you could use Django itself, there are a few quirks but that's a possibility, or you could check out SQLAlchemy and its declarative layer (or Elixir, another declarative layer on top of SQLA). SQLAlchemy is bigger in scope and complexity than Django's ORM, but also a good bit more flexible. Might fit your needs well. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@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.