📜  表 pandas 到 postgresql - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:56.646000             🧑  作者: Mango

代码示例1
from sqlalchemy import create_engine
engine = create_engine('postgresql://postgres:admin1@localhost:5432/postgres')
                                       username^:pass^              databasename^