This is the 6th in a series of posts leading up to Node.js Knockout on using Mongoose. This post was written by Node Knockout judge and Mongoose co-maintainer Aaron Heckmann. Getting started with Mongoose and Node In this post we’ll talk abo... 続きを読む
このドキュメントについて 本ドキュメントは、 Node.JS の MongoDB ORM-like な機能を提供するユーティリティライブラリである Mongoose のマニュアルを翻訳したものです。 誤り等ございましたら、 @muddydixon までご連絡ください オリジナルコピーライト Mong... 続きを読む
Dismiss Octotip: You've activated the file finder by pressing t Start typing to filter the file list. Use ↑ and ↓ to navigate, enter to view files. 続きを読む
Mongoose 1.0 What's Mongoose? Mongoose is a MongoDB object modeling tool designed to work in an asychronous environment. Defining a model is as easy as: var Comments = new Schema({ title : String , body : String , date : Date }); var BlogPost... 続きを読む