File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
docs/src/piccolo/ecosystem Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,15 @@ Piccolo API
77-----------
88
99Provides some handy utilities for creating an API around your Piccolo tables.
10- Examples include easy CRUD endpoints for ASGI apps, authentication and
11- rate limiting. `Read the docs <https://piccolo-api.readthedocs.io/en/latest/index.html >`_.
10+ Examples include:
11+
12+ * Easily creating CRUD endpoints for ASGI apps, based on Piccolo tables.
13+ * Automatically creating Pydantic models from your Piccolo tables.
14+ * Great FastAPI integration.
15+ * Authentication and rate limiting.
16+
17+ `See the docs <https://piccolo-api.readthedocs.io/en/latest/index.html >`_ for
18+ more information.
1219
1320Piccolo Admin
1421-------------
@@ -18,6 +25,9 @@ project on `Github <https://github.com/piccolo-orm/piccolo_admin>`_.
1825
1926.. image :: https://raw.githubusercontent.com/piccolo-orm/piccolo_admin/master/docs/images/screenshot.png
2027
28+ It's a modern UI built with Vue JS, which supports powerful data filtering, and
29+ CSV exports. It's the crown jewel in the Piccolo ecosystem!
30+
2131Piccolo Examples
2232----------------
2333
You can’t perform that action at this time.
0 commit comments