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






