<kbd id="afajh"><form id="afajh"></form></kbd>
<strong id="afajh"><dl id="afajh"></dl></strong>
    <del id="afajh"><form id="afajh"></form></del>
        1. <th id="afajh"><progress id="afajh"></progress></th>
          <b id="afajh"><abbr id="afajh"></abbr></b>
          <th id="afajh"><progress id="afajh"></progress></th>

          NarwhalMongoDB的JavaScript驅(qū)動

          聯(lián)合創(chuàng)作 · 2023-09-30 19:15

          Narwhal 為 CommonJS 提供了訪問 MongoDB 數(shù)據(jù)庫的封裝器。

          示例代碼:

          var MongoDB = require("mongodb");
          var db = new MongoDB.Mongo().getDB("mydb");
          
          var colls = db.getCollectionNames();
          colls.forEach(function(el) { print(el); });
          
          var coll = db.getCollection("testCollection");
          coll.drop();
          
          var doc = {
             "name" : "MongoDB",
             "type" : "database",
             "count" : 1,
             "info" : {
                         x : 203,
                         y : 102
                       }
          }
          
          coll.insert(doc)
          myDoc = coll.findOne();
          print(myDoc);
          
          // Now, lets add lots of little documents to the collection so we can explore queries and cursors
          for (var i=0; i < 100; i++) {
              coll.insert({"i": i});
          }
          
          print(coll.getCount());
          
          // Let's get all the documents in the collection and print them out
          
          var cur = coll.find();
          while(cur.hasNext()) {
              print(cur.next());
          }
          
          // Now use a query to get 1 document out
          
          var query = { i: 71 };
          cur = coll.find(query);
          
          while(cur.hasNext())
              print(cur.next());
          
          // Now use a query to get a larger set
          
          query = { "i": { "$gt": 50 } };  // i.e. find all where i > 50
          cur = coll.find(query);
          
          while(cur.hasNext())
              print(cur.next());

           

          瀏覽 17
          點贊
          評論
          收藏
          分享

          手機掃一掃分享

          編輯 分享
          舉報
          評論
          圖片
          表情
          推薦
          點贊
          評論
          收藏
          分享

          手機掃一掃分享

          編輯 分享
          舉報
          <kbd id="afajh"><form id="afajh"></form></kbd>
          <strong id="afajh"><dl id="afajh"></dl></strong>
            <del id="afajh"><form id="afajh"></form></del>
                1. <th id="afajh"><progress id="afajh"></progress></th>
                  <b id="afajh"><abbr id="afajh"></abbr></b>
                  <th id="afajh"><progress id="afajh"></progress></th>
                  人人射视频| 成 人 免费 黄 色 | 亚洲揄拍A V | 欧美熟妇xxxxxx | 成人网站久久视频 |