Contents

SQLAlchemy 2.0.29

0

Database Abstraction Library

Database Abstraction Library

Stars: 8686, Watchers: 8686, Forks: 1313, Open Issues: 231

The sqlalchemy/sqlalchemy repo was created 5 years ago and the last code push was 14 hours ago.
The project is extremely popular with a mindblowing 8686 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
No  sqlalchemy  pypi packages just yet.

Errors

A list of common sqlalchemy errors.

Code Examples

Here are some sqlalchemy code examples and snippets.

GitHub Issues

The sqlalchemy package has 231 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

See more issues on GitHub

Related Packages & Articles