2
當我使用SQLAlchemy與外部postgreSQL服務器時,連接是否被加密/保護?SQLAlchemy/psycopg2連接到PostgreSQL數據庫加密
from sqlalchemy.engine import create_engine engine = create_engine('postgresql://scott:[email protected]:5432/mydatabase')
什麼psycopg2?