dropbox / dropbox/sqlalchemy-stubs
declarative_base available from sqlalchemy.orm in 1.4
Open
- Dominant language
- Python
- Stars
- 583
- Forks
- 96
- PR merge metrics
- No merged PRs in 30d
Description
https://docs.sqlalchemy.org/en/14/orm/extensions/declarative/
> Changed in version 1.4: The vast majority of the Declarative extension is now integrated into the SQLAlchemy ORM and is importable from the sqlalchemy.orm namespace.
Using the old location (ext.declarative) gives a deprecation warning when SQLALCHEMY_WARN_20 enabled.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.