haukurk / flask-restapi-recipe

A recipe for a RESTful API with key authentication. Powered with Flask+SQLALchemy and a minimal amount of external dependencies.
MIT License
60 stars 23 forks source link

mysql存储数据 #2

Closed andywong188 closed 8 years ago

andywong188 commented 8 years ago

mysql+pymysql://dbname:dbpasswd@localhost:3306/dbname?use_unicode=true&charset=utf8