--- id: sqlalchemy-utils version: "0.42.1" license: BSD-3-Clause license_treatment: permissive maintenance: active --- # SQLAlchemy-Utils — Various utility functions for SQLAlchemy. License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install sqlalchemy-utils uv add sqlalchemy-utils poetry add sqlalchemy-utils ## Description SQLAlchemy-Utils ================ |Build| |Version Status| |Downloads| Various utility functions, new data types and helpers for SQLAlchemy. Resources --------- - `Documentation `_ - `Issue Tracker `_ - `Code `_ .. |Build| image:: https://github.com/kvesteri/sqlalchemy-utils/actions/workflows/test.yaml/badge.svg?branch=master :target: https://github.com/kvesteri/sqlalchemy-utils/actions/workflows/test.yaml :alt: Tests .. |Version Status| image:: https://img.shields.io/pypi/v/SQLAlchemy-Utils.svg :target: https://pypi.python.org/pypi/SQLAlchemy-Utils/ .. |Downloads| image:: https://img.shields.io/pypi/dm/SQLAlchemy-Utils.svg :target: https://pypi.python.org/pypi/SQLAlchemy-Utils/ ## AI interpretation — verify before relying SQLAlchemy-Utils provides utility functions, custom data types, and helpers that extend SQLAlchemy's core functionality for common database operations and model patterns. Verdict: A well-maintained, low-friction extension library for SQLAlchemy with no known vulnerabilities and permissive licensing. Suitable for projects needing common database utilities and custom column types without significant installation overhead. [View on SkillFed](https://skillfed.io/packages/sqlalchemy-utils) · [View on PyPI](https://pypi.org/project/sqlalchemy-utils/)