tiangolo / sqlmodel

SQL databases in Python, designed for simplicity, compatibility, and robustness.
https://sqlmodel.tiangolo.com/
MIT License
13.54k stars 611 forks source link

✨Add `sa_foreign_key_args` and `sa_foreign_key_kwargs` arguments to `Field`… #894

Open earshinov opened 2 months ago

earshinov commented 2 months ago

…to let the user define additional sqlalchemy.orm.ForeignKey attributes, such as ondelete and onupdate, for foreign keys defined in a base model.