Replies: 1 comment
-
@davidism Hello David, how about the suggestion? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As flask and sqlalchemy have async support now, add support to enable asyncio REPL in
flask shell
command would be more convienient to test async code.Like
python3 -m asyncio
enables asyncio REPL, something likeflask shell --async
would make sense.What do you think?
Beta Was this translation helpful? Give feedback.
All reactions