Mikko Bayabo

Results 3 comments of Mikko Bayabo

Any updates on this? I'm currently having this issue.

Hi, FastAPI's `response_model` simply wouldn't accomplish what you want it to do. I haven't run your code, but my guess is that you need to run: ```python await Schema.from_tortoise_orm(your_query_here) ```...

Hello, I just tried to recreate your issue. It seems like [mysqlclient](https://pypi.org/project/mysqlclient/) is the only connector that I can get to work using: `engine = create_engine("mysql://root:root@localhost:8889/words", echo=True)` Unfortunately, I couldn't...