Library for MariaDB and PostgreSQL.
Run the following command to install the package from PyPI:
pip3 install python3-cyberfusion-database-support
Next, install the following software:
- PostgreSQL, according to the documentation (provides
pg_config, required bypsycopg2). - MariaDB client (required by WP-CLI), possibly using Homebrew.
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
No configuration is supported.
See code.