Check out (or update) the latest from:
http://svn.colorstudy.com/SQLObject/trunk/
Using your Rdbhost database via SQLOBject is done like this:
from sqlobject import *
role = 's0000000849'
authcode = 'abc123~~~~~~~789xyz'
sqlhub.processConnection = \
connectionForURI('rdbhost://'+role+':'+authcode+'@www.rdbhost.com')
The role and authcode are found on your Rdbhost profile page after you log in.
Presumably, the Rdbhost module will be in the next packaged release. Until then, just check out HEAD from subversion to use SQLObject with Rdbhost.
No comments:
Post a Comment