发布于 2016-03-24 23:55:22 | 56 次阅读 | 评论: 0 | 来源: 网友投递
MongooseJs mongodb 连接包
Mongoose 是基于nodejs,使用javascript编程,连接mongodb数据库的软件包,使mongodb的文档数据模型变的优雅起来,方便对mongodb文档型数据库的连接和增删改查等常规数据操作。
mongoose 4.4.10 发布了。此版本更新的内容有:
Before starting to write code, look for existing issues. That way you avoid working on something that might not be of interest or that has been addressed already in a different branch. You can create a new issue here.
The source of this project is written in javascript, not coffeescript, therefore your bug reports should be written in javascript.
Fork the repo or for small documentation changes, navigate to the source on github and click the Edit button.
Follow the general coding style of the rest of the project:
if (..) {
for (..) {
while (..) {
function(err) {
2 space tabs
no trailing whitespace
inline documentation for new methods, class members, etc.
1 space between conditionals/functions, and their parenthesis and curly braces
Write tests and make sure they pass (tests are in the test directory).
下载地址: