Skip to content

Latest commit

 

History

History
69 lines (52 loc) · 2.09 KB

index.rst

File metadata and controls

69 lines (52 loc) · 2.09 KB

peewee

peewee-logo.png

Peewee is a simple and small ORM. It has few (but expressive) concepts, making it easy to learn and intuitive to use.

  • A small, expressive ORM
  • Written in python with support for versions 2.6+ and 3.2+.
  • built-in support for sqlite, mysql and postgresql
  • tons of extensions available in the :ref:`playhouse` (postgres hstore/json/arrays, sqlite full-text-search, schema migrations, and much more).
postgresql mysql sqlite

Peewee's source code hosted on GitHub.

New to peewee? Here is a list of documents you might find most helpful when getting started:

Contents:

.. toctree::
   :maxdepth: 2
   :glob:

   peewee/installation
   peewee/quickstart
   peewee/example
   peewee/more-resources
   peewee/contributing
   peewee/database
   peewee/models
   peewee/querying
   peewee/transactions
   peewee/api
   peewee/playhouse
   peewee/hacks

Note

If you find any bugs, odd behavior, or have an idea for a new feature please don't hesitate to open an issue on GitHub or contact me.

Indices and tables