from sqlalchemy.pool import NullPool engine = create_engine( "postgresql+psycopg2://scott:tiger@localhost/test", poolclass=NullPool ) ...
確定! 回上一頁