mirror of
https://github.com/coleifer/peewee.git
synced 2026-05-06 07:56:41 -04:00
Update readme/doc index to mention pydantic integration.
[skip ci]
This commit is contained in:
+4
-3
@@ -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
@@ -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>`_.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user