このドキュメントについて 本ドキュメントは、 Node.JS の MongoDB ORM-like な機能を提供するユーティリティライブラリである Mongoose のマニュアルを翻訳したものです。 誤り等ございましたら、 @muddydixon までご連絡ください オリジナルコピーライト Mongoose by gradebook LearnBoost Labs. Released under the MIT license - Copyright LearnBoost 2011 Model を定義する Model は Schema インスタンスを通して mongoose.model を利用して定義されます。 mongoose.model('MyModel', mySchema); // mySchema is <a Schema> mongoose シングルトンから Schema コン