Welcome to Mongotor’s documentation!

(MONGO + TORnado) is an asynchronous toolkit for accessing mongo with tornado.

Features

  • ORM like to map documents and fields orm
  • Advanced connection management (replica sets, slave okay)
  • Automatic reconnection
  • Connection pooling
  • Support for running database commands (find, find_one, count, sum, mapreduce etc...)
  • Signals for pre_save, post_save, pre_remove, post_remove, pre_update and post_update
  • 100% of code coverage by test

Contributing to the project

List of contributors

Source Code

The source is available on GitHub and contributions are welcome.

Issues

Please report any issues via github issues

Indices and tables

Table Of Contents

Next topic

Installation

This Page