Fayez Loan
Results
2
issues of
Fayez Loan
Can we add type hints for this library? Currently mypy complains: `error: Skipping analyzing "us": module is installed, but missing library stubs or py.typed marker [import-untyped]`
Hey! Thanks for your great work on this! I've queried SQLAlchemy Relationships with this library which works just fine, but fails when I use a secondary table. Example: ```python3 class...