willsonlincake 发表于 2022-4-15 16:38:52

Python连接Informix数据库

from sqlalchemy.engine import create_engine

engine = create_engine('informix+ibm_db://{username}:{password}@{hostname}:{port}/{database}')
页: [1]
查看完整版本: Python连接Informix数据库