MongoDB driver query client.db().collection('customers').find({ email: /foo\.bar/ }, { limit: 1 }); // Equivalent Mongoose query ...
確定! 回上一頁