Ecosystem¶
Piccolo API¶
Provides some handy utilities for creating an API around your Piccolo tables. Examples include:
Easily creating CRUD endpoints for ASGI apps, based on Piccolo tables.
Automatically creating Pydantic models from your Piccolo tables.
Great FastAPI integration.
Authentication and rate limiting.
See the docs for more information.
Piccolo Admin¶
Lets you create a powerful web GUI for your tables in two minutes. View the project on Github, and the docs for more information.
It’s a modern UI built with Vue JS, which supports powerful data filtering, and CSV exports. It’s the crown jewel in the Piccolo ecosystem!
Piccolo Examples¶
A repository containing example projects built with Piccolo, as well as links to community projects.