[Sqlrelay-discussion] sqlrelay with python
Brought to you by:
mused
|
From: 孙庚 <tss...@16...> - 2008-08-06 02:53:42
|
Hi all:
how can i use python with sqlrelay?
from SQLRelay import PySQLRClient
con=PySQLRClient.sqlrconnection('host',9000,'','user','password',0,1)
cur=PySQLRClient.sqlrcursor(con)
.. execute some queries ...
where should i download the python's SQLRelay mod?
|