django - Is there a Python ORM framework for interacting with data via XML-RPC? -
I am working on a webpad which links to data via XML-RPC rather than a connection directly to a database I can execute SQL queries through an XML-RPC methods.
I want to communicate with the data in an ORM framework fashion, on which the lazy / curious embrace come etc., although I do not think it is possible with how dragon or even Django libraries Will happen.
check out. It is the rest instead of XML-RPC, but most of this can probably be reusable.
Comments
Post a Comment