We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43aa08d commit 876e801Copy full SHA for 876e801
README.md
@@ -43,7 +43,9 @@ I believe that many people who work with FastApi to build RESTful CRUD services
43
`FastAPI Quick CRUD` can generate CRUD methods in FastApi from an SQLAlchemy schema:
44
45
- Get one
46
+- Get one with foreign key (IN DEVELOPMENT)
47
- Get many
48
+- Get many with foreign key (IN DEVELOPMENT)
49
- Update one
50
- Update many
51
- Patch one
0 commit comments