1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
SQLAlchemy-Utils
================
|Build| |Version Status| |Downloads|
Various utility functions, new data types and helpers for SQLAlchemy.
Resources
---------
- `Documentation <https://sqlalchemy-utils.readthedocs.io/>`_
- `Issue Tracker <https://github.com/kvesteri/sqlalchemy-utils/issues>`_
- `Code <https://github.com/kvesteri/sqlalchemy-utils/>`_
.. |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/
|