PgSQL表创建 JavaBean 2003-12-6 new
http://home.9812.net/linux/article/postgres/python/
软件使用方法
[root@linux tmp]# ./pgsql.py
Please enter a table: system_log
[root@linux tmp]#
配置方法
db = pg.DB(dbname='netkiller', host='127.0.0.1', user='netkiller',passwd='chen')
|