top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Which all languages can be used with MongoDB?

+2 votes
244 views

I heard some of them like php,java,node.js but I want to know the full list of languages which that can be used with mongodb.

posted Mar 13, 2016 by Shivam Kumar Pandey

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote

Currently, MonggoDB provides official driver support for C, C++, C#, Java, Node.js, Perl, PHP, Python, Ruby, Scala, Go and Erlang. MongoDB can easily be used with any of these languages. There are some other community supported drivers too but the above mentioned ones are officially provided by MongoDB.

answer Sep 27, 2016 by Manikandan J
thank you @Manikandan J
Similar Questions
0 votes

How to get all query which related 1 collection in mongodb? for oracle,we can get all query from system view like v$sql, but I am not sure if mongodb have this system view to see all query related 1 special collection?

+1 vote

I only want to enable client authentication when deploy a mongodb replica set, as dont want to use the --keyfile option. Cant find useful information relate to this scenario by google...

If yes, could you share some guide link if have?

0 votes

I want to develop an application in Asp.net MVC using mongodb.

Now as far as i know about mongodb. It is considered to be excellent for the definitional data and its search (fastest) and what for other operations?

Is mongodb good for other operations as well? should I use it for developing inventory like system or ecommerce or partially use it ?

...