Metadata-Version: 2.1
Name: python3-cyberfusion-database-support
Version: 2.5.4.8.2
Summary: Library for MariaDB and PostgreSQL.
Author-email: Cyberfusion <support@cyberfusion.io>
Project-URL: Source, https://github.com/CyberfusionIO/python3-cyberfusion-database-support
Description-Content-Type: text/markdown
Requires-Dist: cached-property ==1.5.2
Requires-Dist: psycopg2 ==2.9.5
Requires-Dist: PyMySQL ==1.0.2
Requires-Dist: SQLAlchemy ==1.4.46
Requires-Dist: SQLAlchemy-Utils ==0.38.2
Requires-Dist: python3-cyberfusion-common ~=2.10

# python3-cyberfusion-database-support

Library for MariaDB and PostgreSQL.

# Install

## PyPI

Run the following command to install the package from PyPI:

    pip3 install python3-cyberfusion-database-support

Next, install PostgreSQL according to the [documentation](https://www.postgresql.org/download/macosx/) (provides `pg_config`, required by `psycopg2`).

## Debian

Run the following commands to build a Debian package:

    mk-build-deps -i -t 'apt -o Debug::pkgProblemResolver=yes --no-install-recommends -y'
    dpkg-buildpackage -us -uc

# Configure

No configuration is supported.

# Usage

See code.
