.. flask-peewee documentation master file, created by
   sphinx-quickstart on Tue Sep 20 13:19:30 2026.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

flask-peewee
============

provides a layer of integration between the `flask <https://flask.palletsprojects.com/>`_
web framework and the `peewee orm <https://docs.peewee-orm.com/>`_.

Contents:

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

   installation
   getting-started
   database
   admin
   auth
   rest-api
   utils

API in depth:

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

    api/

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

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