Adam Watkins
Adam Watkins
Hi @Zaffer, good question! At the moment this in not currently possible. However this should hopefully possible in the future (would require a small refactor)
Hi @satodaiki. Although I have not tested this, I believe this is already supported by setting the default response class for FastAPI ([Docs](https://fastapi.tiangolo.com/advanced/custom-response/#default-response-class)). This can also be passed to any...
If you could clean it up and PR it would be great! I would be happy to give you some pointers and help you out. One thing of note, line...
If you want to PR this you totally can. If not, I would be happy to pick up the implementation sometime in the future. This is somewhat related to #73
Hi @slamer59, sorry for the delayed response. did you manage to get it working?
@slamer59 thanks for this! Did you want to submit this as a PR? If not I can update it :) I agree with you, some more detailed docs for the...
Sorry for taking awhile to reply. I think that would be add good thing to also add, it could definitely be useful :) Is it ok to close this now...
Hi @luisroel91, I am not 100% sure, but I think it should work. The one problem is that the routes themselves for the `SQLAlchemyRouter` are not async functions, which could...
So for this I think the responsibly of default sorting should lay with the backends implementation of the model. That being said, the next big feature I will be working...
Hello again @collerek. Nested models are passed depending on the orm's implementation. For example, the feature you described already works in the sqlalchemy router ([tests](https://github.com/awtkns/fastapi-crudrouter/blob/122bff2158af50f7762139bd9390a0d87beb03c3/tests/test_sqlalchemy_nested_.py)). See #38 I am not...