MongoDB
 sql >> Cơ Sở Dữ Liệu >  >> NoSQL >> MongoDB

Làm thế nào để lấy danh sách bộ sưu tập trong mongoose?

Thật vậy, mongoose.connection.db.collectionNames đã bị loại bỏ để ủng hộ mongoose.connection.db.listCollections .

const mongoose = require('mongoose');

const connection = mongoose.connect('mongodb://localhost:27017');

connection.on('open', function () {
    connection.db.listCollections().toArray(function (err, names) {
      if (err) {
        console.log(err);
      } else {
        console.log(names);
      }

      mongoose.connection.close();
    });
});


  1. Redis
  2.   
  3. MongoDB
  4.   
  5. Memcached
  6.   
  7. HBase
  8.   
  9. CouchDB
  1. MongoDB:Tìm tài liệu con trong tham số so khớp mảng

  2. cách tìm nạp 10 phút trước khi tạo bản ghi trong mongodb

  3. Dữ liệu mùa xuân mongodb, cách đặt SSL?

  4. Ghi nhật ký kiểm tra cho MongoDB

  5. Hiệu suất của nhà điều hành Mongo $