I am using flask-sqlalchemy to connect to mysql
app.config[\'SQLALCHEMY_DATABASE_URI\'] = \'mysql+pymysql://root:\'\'@127.0.0.1/pharmbase\'
W