gino
gino copied to clipboard
Pycharm IDE can not show some suggestions about Gino
My PyCharm IDE does not show any suggesstion which I see in documentation page of Gino. Anyone can help me to config IDE or any ways to fix it, please? Thank you very much.

+1
Pycharm can use stubs for suggestions - https://www.jetbrains.com/help/pycharm/stubs.html and I found stubs for gino - https://github.com/bryanforbes/gino-stubs/ You could try to use this
Thanks for all the comments!
As SQLAlchemy 1.4 is going to have experimental support on typing, let's try to include native typing support in GINO 1.4 (likely the next major release after 1.1) with dataclasses, or find a way to live together with SQLAlchemy ORM (or its mapper) in peace. Refs #688