LuisLuii / FastAPIQuickCRUD

Generate CRUD methods in FastApi from an SQLAlchemy schema
https://pypi.org/project/fastapi-quickcrud/
MIT License
252 stars 32 forks source link

New feature discussion #11

Closed LuisLuii closed 2 years ago

LuisLuii commented 2 years ago

After the foreign tree feature, I will focus on the Codegen feature, since #6 . Which make it easier for us to develop the API we want than now, you can modify the code to develop your own api based on this project

2022-03-07  9 36 03

The CodeGen feature will not generate with join_foreign_table field

13 mar 2022 The development is quite smooth and no blocking, I thing it can be released after 3 week

aebrahim commented 2 years ago

This looks awesome! I'll check it out and see how it works for my use case!

LuisLuii commented 2 years ago

This looks awesome! I'll check it out and see how it works for my use case!

just released a new version that GET Request supports foreign tree