Home > other >  MongoDB 32 bit GUI client
MongoDB 32 bit GUI client

Time:09-16

I need a MongoDB GUI client to see my mongodb database on my local computer but i cannot find any 32 bit version. Can someone link any client except Navicat 15 for MongoDB

My MongoDB shell version: 3.2.22

CodePudding user response:

I found these Open Source Tools

  • MongoUI
    A Open Source Node Web GUI for Mongo DB.
  • Nosqlclient
    (Formerly Mongoclient), MongoDB Management Tool. Runs with Docker.

Or if you if you also look for paid software you can check out:

StackOverflow isn't the best place to search for a tool. Maybe you better check out the tools listed on:
Alternativeto.net/Mongodb-Compass

  • Related