Sebastián Ramírez
955e9fcb31
Update fix SQLAlchemy support with ORM ( #30 )
✨ SQLAlchemy ORM support
Improved jsonable_encoder with SQLAlchemy support, tests running with SQLite, improved and updated SQL docs
* ➕ Add SQLAlchemy to development dependencies (not required for using FastAPI)
* ➕ Add sqlalchemy to testing dependencies (not required to use FastAPI)
6 years ago
euri10
32438c85f6
Using pydantic custom encoders ( #21 )
Add support for Pydantic custom JSON encoders.
6 years ago
Sebastián Ramírez
23ef570bf6
✅ Add test-cov-html script for local coverage
analysis and debugging
6 years ago
Sebastián Ramírez
0a65c41909
📝 Move tutorial src files to top level docs
6 years ago
Sebastián Ramírez
7da9625505
💚 Revert to flit install and re-format
As it has shown to be more reliable, and closer to final user environments
6 years ago
Sebastián Ramírez
bcb967f98a
💚 Try fixing Travis, again...
6 years ago
Sebastián Ramírez
343ecb7669
💚 Use pipenv in Travis
6 years ago
Sebastián Ramírez
00e2e544c7
♻️ Re-format tutorials, files names and tests
for tutorial files
6 years ago
Sebastián Ramírez
acc15230ea
✅ Update query tests, application type checks
and temporarily disable coverage fail, to allow publishing docs from Travis
6 years ago
Sebastián Ramírez
ea8b1a50f1
✅ Error out when tests fail
6 years ago
Sebastián Ramírez
12dbc17583
👷 Add scripts, stolen from Starlette
6 years ago