Mongoose 指南

指南

Mongoose 指南详细介绍了Mongoose的核心概念并且与外部的工具和框集成在一起

Mongoose 核心概念

  • Schemas
  • SchemaTypes
  • Connections
  • Models
  • Documents
  • Subdocuments
  • Queries
  • Validation
  • Middleware
  • Populate
  • Discriminators
  • Plugins

集成外部插件

  • Custom SchemaTypes
  • Promises
  • AWS Lambda
  • Browser Library
  • GeoJSON
  • Transactions
  • MongoDB Driver Deprecation Warnings
  • Testing with Jest
  • Working with Dates
  • Faster Mongoose Queries With Lean

迁移指南

  • Mongoose 4.x to 5.x
  • Mongoose 3.x to 4.x

你可能感兴趣的:(Mongoose 指南)