Skip to content

Commit 556c9bf

Browse files
committed
update ecosystem docs
1 parent 7c2cf2b commit 556c9bf

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

docs/src/piccolo/ecosystem/index.rst

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,15 @@ Piccolo API
77
-----------
88

99
Provides 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

1320
Piccolo 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+
2131
Piccolo Examples
2232
----------------
2333

0 commit comments

Comments
 (0)