Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
motor / doc / api-tornado / motor_client.rst
Size: Mime:
:class:`~motor.motor_tornado.MotorClient` -- Connection to MongoDB
==================================================================

.. currentmodule:: motor.motor_tornado

.. autoclass:: MotorClient
  :members:

  .. describe:: client[db_name] || client.db_name

     Get the `db_name` :class:`MotorDatabase` on :class:`MotorClient` `client`.

     Raises :class:`~pymongo.errors.InvalidName` if an invalid database name is used.