python中使用ORM方式连接数据库(sqlalchemy)
2016-03-29 本文已影响13人
一曲广陵散
A 创建进入虚拟环境
virtualenv sqlalchemy_test
cd sqlalchemy_test/
source bin/activate
B 安装需求应用类包
vim requirements.txt
如何查看mysql中当前的用户select current_user();
password passwd
格式化输出 .format
ORM对象关系映射