]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
Update fix SQLAlchemy support with ORM (#30)
authorSebastián Ramírez <tiangolo@gmail.com>
Tue, 12 Feb 2019 19:02:21 +0000 (23:02 +0400)
committerGitHub <noreply@github.com>
Tue, 12 Feb 2019 19:02:21 +0000 (23:02 +0400)
commit955e9fcb3198e1f34c562fc240591df783ae1725
tree32034ab0eca8e9be111ca6f2a475c67b6b260afe
parent9484f939ed9c27022352e295ea053310fc343a8b
Update fix SQLAlchemy support with ORM (#30)

:sparkles: SQLAlchemy ORM support

Improved jsonable_encoder with SQLAlchemy support, tests running with SQLite, improved and updated SQL docs

* :heavy_plus_sign: Add SQLAlchemy to development dependencies (not required for using FastAPI)

* :heavy_plus_sign: Add sqlalchemy to testing dependencies (not required to use FastAPI)
Pipfile
Pipfile.lock
docs/img/tutorial/sql-databases/image01.png [new file with mode: 0644]
docs/src/sql_databases/tutorial001.py
docs/tutorial/sql-databases.md
fastapi/encoders.py
pyproject.toml
scripts/test.sh
tests/test_tutorial/test_sql_databases/__init__.py [new file with mode: 0644]
tests/test_tutorial/test_sql_databases/test_tutorial001.py [new file with mode: 0644]