TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Bookshelf.js: An ORM for Node.js with transactions, eager loading, promises

80 点作者 tgriesser大约 12 年前

6 条评论

friesenj大约 12 年前
We've been using this in our app. So far it's been awesome. We've completely overhauled our server in a few weeks.
jaredhanson大约 12 年前
This looks really great! One thing really bothers me however: a dependency on all of Backbone. Pulling in a bunch a view-related code for an ORM has a certain code smell.<p>Is there any effort to modularize Backbone itself, so that Bookshelf can only depend on the model and collection pieces?
评论 #5700186 未加载
jonpaul大约 12 年前
Awesome! How does it compare with Sequel.js? <a href="http://www.sequelizejs.com/" rel="nofollow">http://www.sequelizejs.com/</a>
评论 #5700950 未加载
two大约 12 年前
Looks awesome! Nice work.
评论 #5699399 未加载
mcintyre1994大约 12 年前
This is a port of Eloquent from Laravel [0], which is brilliant. I haven't used this, but if it's a faithful port it'll be awesome.<p>[0] <a href="https://twitter.com/laravelphp/status/333971780886728705" rel="nofollow">https://twitter.com/laravelphp/status/333971780886728705</a>
评论 #5700063 未加载
marcusEting大约 12 年前
wow this looks great!