0

I have found lots that work well with any other datastore, but none that work well with Sybase. Please advise !! Thanks, Richard.

[ Edit: http://code.google.com/p/sqlany-django/ isn't sufficient - I need Sybase support,not SQL Anywhere ]

Danny Beckett
  • 20,529
  • 24
  • 107
  • 134
Richard Green
  • 2,037
  • 2
  • 20
  • 38

1 Answers1

0

I am guessing that what you are actually asking for is Web Framework that has database abstraction layer supporting Sybase. Am I right? For starters you could have a look at SQLAlchemy, which is an ORM used by some of the web frameworks and can be used with others (web.py, CherryPy, etc.).

Jarek Rozanski
  • 780
  • 1
  • 6
  • 13