SQL Qeries via XMLRPC

Lawrence Oluyede raims at dot.com
Thu Aug 12 04:07:15 EDT 2004


I did something (as an excercise) like you were asking for with a friend,
it's based on twisted and send queries against a sqlite db (for testing,
but you can plug into it easily another db). The source code is LGPL and
the package ships with a couple of (quite-working and untested) web
interfaces (cgi and webware). It ships also with a test.

Its primary interfaces are XML-RPC and SOAP ones

So, have a look and tell me if some code suits your needs. To execute it
type: twistd -noy pydbserver.py (as root)

bye!

http://www26.brinkster.com/rhymes/pydbserver.tar.gz

-- 
Lawrence (l dot oluyede at virgilio dot it)
"If the implementation is hard to explain, it's a bad idea."
from The Zen of Python by Tim Peters



More information about the Python-list mailing list