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-asyncio / asyncio_motor_database.rst
Size: Mime:
:class:`~motor.motor_asyncio.AsyncIOMotorDatabase`
==================================================

.. currentmodule:: motor.motor_asyncio

.. autoclass:: AsyncIOMotorDatabase
  :members:

  .. describe:: db[collection_name] || db.collection_name

     Get the `collection_name` :class:`AsyncIOMotorCollection` of
     :class:`AsyncIOMotorDatabase` `db`.

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