Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 851 Bytes

File metadata and controls

47 lines (32 loc) · 851 Bytes

Welcome to Piccolo's documentation!

.. toctree::
   :maxdepth: 1
   :caption: Contents:

   piccolo/getting_started/index
   piccolo/query_types/index
   piccolo/query_clauses/index
   piccolo/schema/index
   piccolo/projects_and_apps/index
   piccolo/engines/index
   piccolo/migrations/index
   piccolo/authentication/index
   piccolo/asgi/index
   piccolo/features/index
   piccolo/playground/index
   piccolo/deployment/index
   piccolo/ecosystem/index
   piccolo/contributing/index
   piccolo/changes/index


TLDR

Install Piccolo:

pip install piccolo

Experiment with queries:

piccolo playground run

Give me an ASGI web app!

piccolo asgi new