书栈网 · BookStack 本次搜索耗时 0.038 秒,为您找到 588 个相关结果.
  • 8. Node操作MongoDB数据库

    2796 2018-04-05 《Node.js入门教程》
    Node操作MongoDB数据库 非关系型数据库-NoSQL NoSQL的优势 NoSQL的分类 关系型数据库-SQL SQL的优点 RDBMS 数据库程序 Node操作MongoDB 1. 安装Mongoose 2.使用Mongoose进行CRUD 查询 创建 删除 修改 图书管理系统 1. 准备工作 2. 功能设计以及路由配...
  • Model.aggregate()

    Model.aggregate() Parameters Returns: Example: NOTE: More About Aggregations: Model.aggregate() Parameters [pipeline] «Array» aggregation pipeline as an array of objec...
  • findOneAndUpdate

    How to Use findOneAndUpdate() in Mongoose Getting Started Atomic Updates Upsert The `rawResult` Option How to Use findOneAndUpdate() in Mongoose The findOneAndUpdate() ...
  • findOneAndUpdate

    How to Use findOneAndUpdate() in Mongoose Getting Started Atomic Updates Upsert The `rawResult` Option How to Use findOneAndUpdate() in Mongoose Sponsor #native_company# ...
  • VirtualType

    Virtualtype VirtualType() Parameters Example: VirtualType.prototype.applyGetters() Parameters Returns: VirtualType.prototype.applySetters() Parameters Returns: VirtualTyp...
  • VirtualType

    Virtualtype VirtualType() Parameters Example: VirtualType.prototype.applyGetters() Parameters Returns: VirtualType.prototype.applySetters() Parameters Returns: VirtualTyp...
  • SchemaType

    Schematype SchemaType() Parameters Example: SchemaType.prototype.cast() Parameters SchemaType.prototype.default() Parameters Returns: Example: Example: SchemaType.protot...
  • SchemaType

    Schematype SchemaType() Parameters Example: SchemaType.prototype.cast() Parameters SchemaType.prototype.default() Parameters Returns: Example: Example: SchemaType.protot...
  • 实例

    1288 2018-05-23 《mongoose入门》
    实例 连接数据库 模型定义 测试代码 执行测试 实例 连接数据库信息放到独立文件里 模型定义放到独立文件 在具体调用的文件里,使用模型定义 连接数据库 看一下实际代码,db/mini/connect.js var mongoose = require ( "mongoose" ); var db = mong...
  • Model.remove()

    Model.remove() Parameters Returns: Example: Note: Model.remove() Parameters conditions «Object» [options] «Object» [options.session=null] «Session» the session assoc...