Add postgresql persistence of data in data dict
Moved back to sqlmodel because we do need some way of putting this info into a database.
This commit is contained in:
parent
f7ee72a66b
commit
8c73123862
8 changed files with 355 additions and 77 deletions
|
|
@ -193,6 +193,7 @@ apidoc_separate_modules = True
|
|||
autodoc_pydantic_model_show_field_summary = True
|
||||
autodoc_pydantic_model_show_validator_summary = True
|
||||
autodoc_pydantic_field_doc_policy = "both"
|
||||
autodoc_pydantic_field_docutils_summary = True
|
||||
|
||||
set_type_checking_flag = True
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue