美文网首页Python
python中使用ORM方式连接数据库(sqlalchemy)

python中使用ORM方式连接数据库(sqlalchemy)

作者: 一曲广陵散 | 来源:发表于2016-03-29 13:04 被阅读13次

A  创建进入虚拟环境
virtualenv sqlalchemy_test
cd sqlalchemy_test/
source bin/activate
B  安装需求应用类包
vim requirements.txt

如何查看mysql中当前的用户select current_user();
password  passwd
格式化输出  .format
ORM对象关系映射

相关文章

网友评论

    本文标题:python中使用ORM方式连接数据库(sqlalchemy)

    本文链接:https://www.haomeiwen.com/subject/infslttx.html