Hi -- I'm looking for a python web framework to build web apps talking to a non-SQL-based data store, similar to an RDF store for the semantic web. I'm trying to find a toolkit with a sufficiently-factored database abstraction layer that we could plug in our own. The server has its own query language, which you can call over HTTP (RESTian), XML-RPC, SOAP, etc, and which returns results as a serialized tuple list (i.e. a table), so hopefully the impedance mismatch would not be too extreme.
I have looked at TurboGears, and through that project have come across Django, which looks to be among the more mature frameworks. I am having a hard time figuring out where to look to understand the dependencies on SQLObject. Has anyone used Django to connect to a non-SQLObject-based data store, either directly or by providing a custom model-to-store mapping? I've read the ZODB thread from 2005, but didn't seen anything else. Thank you in advance for your time. Ramon --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---