• Tools
  • Articles
  • Q&A
  • Login
0 0

peewee ORM 可以使用 Connector/Python 来连接mysql数据库吗?


peewee 只能使用 MySQLdb pymysql 这两个库连接数据库吗?

或者peewee 不连接数据库,怎么直接生成原生sql语句?

peewee python orm mysql

10 years, 6 months ago
捏不破的蛋

捏不破的蛋


share
捏不破的蛋 10 years, 6 months ago

Answers

Your Answer

Ask Question
Related questions

peewee vs sqlalchemy?

Python的ORM:Peewee定义的models如何一次性创建所有表?

Peewee 限制了 Field 中的 choices,为什么仍然可以插入其他数据?

SQLObject和peewee哪个更适合用来开发中小型网站?

peewee 定义一个model,生成多个tabel并命名,怎么访问这些table?

知乎首页根据关注标签显示内容的实现?