SQLAlchemy 2.0.35
0
Database Abstraction Library
Contents
Database Abstraction Library
Stars: 9541, Watchers: 9541, Forks: 1422, Open Issues: 243The sqlalchemy/sqlalchemy
repo was created 5 years ago and the last code push was 20 hours ago.
The project is extremely popular with a mindblowing 9541 github stars!
How to Install sqlalchemy
You can install sqlalchemy using pip
pip install sqlalchemy
or add it to a project with poetry
poetry add sqlalchemy
Package Details
- Author
- Mike Bayer
- License
- MIT
- Homepage
- https://www.sqlalchemy.org
- PyPi:
- https://pypi.org/project/SQLAlchemy/
- Documentation:
- https://docs.sqlalchemy.org
- GitHub Repo:
- https://github.com/sqlalchemy/sqlalchemy
Classifiers
- Database/Front-Ends
Related Packages
Errors
A list of common sqlalchemy errors.
Code Examples
Here are some sqlalchemy
code examples and snippets.
GitHub Issues
The sqlalchemy package has 243 open issues on GitHub
- Fix up Python logging metadata
- base logging helper function clobbers log message metadata
- Request for musllinux wheel
- add execution option for asyncpg_timeout
- Add compiler support for PostgreSQL "NOT VALID" constraints.
- Implement compiler support for NOT VALID PostgreSQL constraints
- add "length" to repr() for Enum
- Fix overlapping slots, base classes without slots
- Clarify associationproxy.rst examples by using a one word keyword
- Documentation: Mypy-friendly non-dynamic explicit base example is misleading
- set declarative_base() / registry.declarative_base() as legacy, introduce new base class approach
- coerce str objects to the String datatype, not Unicode
- Relationship pointing to a class with two level inheritance emits unnecessary sql
- integration with typing annotations for declarative
- difference in behavior of Union vs. | seems to change import requirements when rewriting init