mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
1a9f59dc1e
* Added suport to postgresql async driver * Added postgres+asyncpg in the doc. * Added changes file * Added postgresql+pg8000 schema * ran make format * Update docs/usage/types.md Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com> * Changed from schema to scheme Co-authored-by: Eric Jolibois <em.jolibois@gmail.com> * fixed typo scheme * fixed merge schema * changed to one line description Co-authored-by: Eric Jolibois <em.jolibois@gmail.com> * added others DBAPI dialects. * Added two # by PrettyWood Co-authored-by: Eric Jolibois <em.jolibois@gmail.com> * fix typo by PrettyWood Co-authored-by: Eric Jolibois <em.jolibois@gmail.com> * Fixed typo by PrettyWood Co-authored-by: Eric Jolibois <em.jolibois@gmail.com> * added postgresql+psycopg2 in changes dir * Fixed typo by @samuelcolvin Co-authored-by: Samuel Colvin <samcolvin@gmail.com> * docs: fix typo * chore: sort alphabetically Co-authored-by: Fernando Ike <fernando.ike@maburix.com> Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com> Co-authored-by: Eric Jolibois <em.jolibois@gmail.com> Co-authored-by: Samuel Colvin <samcolvin@gmail.com>
176 B
176 B
Add postgresql+asyncpg, postgresql+pg8000, postgresql+psycopg2, postgresql+psycopg2cffi, postgresql+py-postgresql and postgresql+pygresql schemes for PostgresDsn