We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 10 months ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
我认为 SQLObject 更Pythonic/更简单,所以如果它适合你,那就坚持使用它。
SQLAlchemy 需要更多的时间来学习,但如果您需要的话,可以做更高级的事情。
I think SQLObject is more pythonic/simpler, so if it works for you, then stick with it.
SQLAlchemy takes a little more to learn, but can do more advanced things if you need that.
另外,您可能想看看 elixir,它是 SQLAlchemy 的一个相当厚的包装,并且确实使基本任务变得简单,同时保留 SQLA 的强大功能。
Also, you might wanna take a look at elixir, which is a fairly thick wrapper around SQLAlchemy and really makes the basic tasks easy while retaining the power of SQLA.
尝试一下quick_orm。 它与 SQLAlchemy 一样强大,但比 SQLObject 更简单。
https://github.com/tylerlong/quick_orm
Try quick_orm. It is as powerful as SQLAlchemy and simpler than SQLObject.
https://github.com/tylerlong/quick_orm