Infer SQLAlchemy mapped_column type
Open
sqlalchemy
typechecking
- Dominant language
- Rust
- Stars
- 7k
- Forks
- 519
- PR merge metrics
- No merged PRs in 30d
Description
### Describe the Bug
In SQLalchemy, the mapped_column will return Mapped[Any], even when I set the type like sa.String . So I think if this can be inferred automatically will save a lot of effort.
### Sandbox Link
_No response_
### (Only applicable for extension issues) IDE Information
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.