Welcome to Asyncmongo ORM’s documentation!

Asyncmongo-ORM is a object-relation mapping for asyncmongo. AsyncMongo is an asynchronous library for accessing mongo which is built on the tornado ioloop.

Features

  • Maps a Collection
  • Maps field s of type (object_id, object, list, boolean, datetime, integer, string)
  • Session facade to connection client
  • Support to find(), find_one(), count(), sum(), geo_near() and command()
  • Signals for pre_save, post_save, pre_remove, post_remove, pre_update, post_update

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