.. peewee documentation master file, created by
   sphinx-quickstart on Thu Nov 25 21:20:29 2010.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

peewee
======

* a small orm
* written in python
* provides a lightweight querying interface over sql
* uses sql concepts when querying, like joins and where clauses

Contents:
---------

.. toctree::
   :maxdepth: 2
   :glob:
   
   peewee/overview
   peewee/installation
   peewee/uses
   peewee/example
   peewee/models
   peewee/fields
   peewee/querying
   peewee/database

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

