Repository URL to install this package:
|
Version:
2.5.1 ▾
|
:class:`~motor.motor_tornado.MotorDatabase`
===========================================
.. currentmodule:: motor.motor_tornado
.. autoclass:: MotorDatabase
:members:
.. describe:: db[collection_name] || db.collection_name
Get the `collection_name` :class:`MotorCollection` of
:class:`MotorDatabase` `db`.
Raises :class:`~pymongo.errors.InvalidName` if an invalid collection name is used.