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.
2 parents b300e9b + 876e801 commit 8ac5a04Copy full SHA for 8ac5a04
.gitignore
@@ -3,7 +3,7 @@
3
tests/htmlcov
4
/poetry.lock
5
/pyproject.toml
6
-*.pyc
7
*.xml
+*.pyc
8
*.iml
9
*.sh
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