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 ec046e3 + 9e73d07 commit fa7a095Copy full SHA for fa7a095
.gitignore
@@ -3,7 +3,9 @@
3
tests/htmlcov
4
/poetry.lock
5
/pyproject.toml
6
+*.xml
7
*.pyc
8
workspace.xml
9
*.iml
10
*.xml
11
+*.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