Skip to content

Commit fc58f5d

Browse files
authored
Update README.md
1 parent 13bcf8e commit fc58f5d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,9 @@ uvicorn.run(app, host="0.0.0.0", port=8000, debug=False)
347347
- exclude_columns: `list`
348348
> set the columns that not to be operated but the columns should nullable or set the default value)
349349

350+
- foreign_include: `list[declarative_base()]`
351+
> add the SqlAlchemy models here, and build the foreign tree get one/many api (don't support SqlAlchemy table)
352+
350353

351354
- dynamic argument (prefix, tags): extra argument for APIRouter() of fastapi
352355

0 commit comments

Comments
 (0)