Guest User

Untitled

a guest
May 23rd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. from sqlalchemy import create_engine
  2. import pymysql
  3.  
  4. db_connection = 'mysql+pymysql://mysql_user:mysql_password@mysql_host/mysql_db'
  5. conn = create_engine(db_connection)
Add Comment
Please, Sign In to add comment