Update readme/doc index to mention pydantic integration.

[skip ci]
This commit is contained in:
Charles Leifer
2026-03-14 16:37:28 -05:00
parent e84099273e
commit 3cf0b6556f
2 changed files with 6 additions and 4 deletions
+4 -3
View File
@@ -10,9 +10,10 @@ Peewee is a simple and small ORM. It has few (but expressive) concepts, making i
* supports sqlite, mysql, mariadb, postgresql
* asyncio support
* tons of extensions
* use with `flask <https://docs.peewee-orm.com/en/latest/peewee/framework_integration.html#flask>`_
`fastapi <https://docs.peewee-orm.com/en/latest/peewee/framework_integration.html#fastapi>`_ and
`more <https://docs.peewee-orm.com/en/latest/peewee/framework_integration.html>`_.
* use with `flask <https://docs.peewee-orm.com/en/latest/peewee/framework_integration.html#flask>`__,
`fastapi <https://docs.peewee-orm.com/en/latest/peewee/framework_integration.html#fastapi>`__,
`pydantic <https://docs.peewee-orm.com/en/latest/peewee/orm_utils.html#module-playhouse.pydantic_utils>`__, and
`more <https://docs.peewee-orm.com/en/latest/peewee/framework_integration.html>`__.
New to peewee? These may help:
+2 -1
View File
@@ -16,7 +16,8 @@ it easy to learn and intuitive to use.
* supports :ref:`sqlite, mysql, mariadb, postgresql <database>`.
* :ref:`asyncio support <pwasyncio>`
* tons of extensions
* use with :ref:`flask <flask>`, :ref:`fastapi <fastapi>` and :ref:`more <framework-integration>`
* use with :ref:`flask <flask>`, :ref:`fastapi <fastapi>`, :ref:`pydantic <pydantic>`
and :ref:`more <framework-integration>`
Peewee's source code hosted on `GitHub <https://github.com/coleifer/peewee>`_.