mirror of https://github.com/tiangolo/fastapi.git
1.2 KiB
1.2 KiB
Next
- Update docs/tutorial for SQLAlchemy including note about DB Browser for SQLite.
0.3.0
- Fix/add SQLAlchemy support, including ORM, and update docs for SQLAlchemy: #30
0.2.1
- Fix
jsonable_encoderfor Pydantic models withConfigbut withoutjson_encoders: #29