python postgresql 防止安全性问题的

不喜欢这些拼接SQL语句
cursor.execute('select * from debates where debate_id = %s;', (debate_id,))
有没有有安全性好一点的数据层。peewee安全性这么样子

阅读 2.9k
1 个回答

peewee不这样啊。可以定义ORM和Model

http://peewee.readthedocs.io/en/latest/peewee/quickstart.html

撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题