We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
register user
TypeError: object Select can't be used in 'await' expression
It's working if I remove await in this line: query = await self._query(join_)
query = await self._query(join_)
or if I change the _query function to async.
_query
what do you suggest, lord
also, do you the code and structure are still production-ready? what do you think of a monolithic folder structure like this:
https://github.com/zhanymkanov/fastapi-best-practices
Also, I'd love to know about when to use Transactional and Propogation new
Transactional
Propogation new
The text was updated successfully, but these errors were encountered:
No branches or pull requests
register user
It's working if I remove await in this line:
query = await self._query(join_)
or if I change the
_query
function to async.what do you suggest, lord
also, do you the code and structure are still production-ready? what do you think of a monolithic folder structure like this:
https://github.com/zhanymkanov/fastapi-best-practices
Also, I'd love to know about when to use
Transactional
andPropogation new
The text was updated successfully, but these errors were encountered: