Welcome to trombi’s documentation!

This is an API documentation for trombi 0.9, last updated on April 07, 2011.

Contents:

Introduction

Trombi provides an asynchronous CouchDB API for tornado web server. Motivation behind trombi was the lack of an asynchronous API to CouchDB. As tornado ships with excellent AsyncHTTPClient and the CouchDB has an excellent RESTful API, making our own seemed like a good idea.

Idea of trombi is to ship a simple to use API (in terms of simple asynchronous APIs, of course) that requires minimum effort to use the CouchDB in a tornado application. API has evolved a bit in the history and probably will evolve in the future, so brace yourself for future API changes, if you plan to use the bleeding edge trombi. The API might still have some rough edges too but it is currently used in production environment.

Indices and tables

Table Of Contents

Next topic

API Reference

This Page