Manually add Data or document in Mongodb Collection | Insert data in mongodb compass table

แชร์
ฝัง

ความคิดเห็น • 22

  • @shreyancodes1097
    @shreyancodes1097 หลายเดือนก่อน

    does anyone know how to do it front end by putting a input and directly sending the data from that input to the data tag that he coded above

    • @unitedtoptech6288
      @unitedtoptech6288  หลายเดือนก่อน

      You can do that with postman by using a REST API backend, is that what you mean?

  • @siddarthpogula2790
    @siddarthpogula2790 4 หลายเดือนก่อน +1

    crisp❤‍🔥

  • @eshasingh4129
    @eshasingh4129 4 หลายเดือนก่อน

    What to do if edit pencil icon option is not visible in mongodb compass plz help

    • @unitedtoptech6288
      @unitedtoptech6288  4 หลายเดือนก่อน

      Do you mean the icon that is shown to the right side of each document data?

  • @mukterhossain3180
    @mukterhossain3180 2 หลายเดือนก่อน

    nice work

  • @mdsanaullah3514
    @mdsanaullah3514 5 หลายเดือนก่อน

    great

  • @dr.furkhzeshan1426
    @dr.furkhzeshan1426 5 หลายเดือนก่อน

    Good

  • @ClaudioQuinones
    @ClaudioQuinones 5 หลายเดือนก่อน +1

    Hello, how to manually add a date field?

    • @unitedtoptech6288
      @unitedtoptech6288  5 หลายเดือนก่อน

      I guess you need to insert it as a string if you do it manually, couldn't find anything on the net for that. So its better to go with query db.example.insert({"date":new Date(Date.now())});

  • @authenticvideocreator8546
    @authenticvideocreator8546 3 หลายเดือนก่อน

    thanks

  • @nogometnaesportligahzhb8478
    @nogometnaesportligahzhb8478 2 หลายเดือนก่อน

    perfect,but it's time wasting,i have over 1000 data to insert one by one,it's impossible

    • @unitedtoptech6288
      @unitedtoptech6288  2 หลายเดือนก่อน

      If it is in csv data you can also import that way also, its fast

    • @nogometnaesportligahzhb8478
      @nogometnaesportligahzhb8478 2 หลายเดือนก่อน

      @@unitedtoptech6288 i done,problem was in new version because I use mongo 7 so it has insertmany and insertone

    • @unitedtoptech6288
      @unitedtoptech6288  2 หลายเดือนก่อน

      So you inserted the JSON data thru query?

    • @nogometnaesportligahzhb8478
      @nogometnaesportligahzhb8478 2 หลายเดือนก่อน

      @@unitedtoptech6288 yeah but now i found all data,thanks to your clip its perfect for newcomers

    • @unitedtoptech6288
      @unitedtoptech6288  2 หลายเดือนก่อน

      welcome!