Python calls MongoDB

Source: Internet
Author: User

Pymongo Introduction:

Python-provided operation for the drive of MongoDB

Software acquisition: Https://pypi.python.org/pypi/pymongo#downloads

Installation method:

1th: Download the source code process installation

#tar XF pymongo-2.7.2.tar.gz#md5\=bbd229fe0ff43ee130eed9ffa9db7353.gz # cd pymongo-2.7.2# python setup.py build# python setup.py Install

2nd: Borrow third-party plug-ins, pip or easy_install process installation http://api.mongodb.org/python/current/installation.html

Verify:

To create a link:

>>> Import pymongo>>> Connection=pymongo. Connection (' localhost ', 27017)


Working with databases:

<pre name= "code" class= "python" >>>><span style= "font-family:arial, Helvetica, Sans-serif;" >db=connection.jacson</span>



Python calls MongoDB

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.