import sqlobject
from vrq.model import MyDBClass

MyDBClass._connection = sqlobject.connectionForURI(...)
# Do stuff.

Reply via email to