# A PostgreSQL implementation of the dbutil library [![PyPI][pypi-badge]][pypi-link] [![Python 3.11][python311-badge]][python311-link] A [PostgreSQL] implementation of the [dbutil] library. ## Documentation See the [full documentation](https://plandes.github.io/dbutilpg/index.html). The [API reference](https://plandes.github.io/dbutilpg/api.html) is also available. ## Obtaining The easist way to install the command line program is via the `pip` installer: ```bash pip3 install zensols.dbutilpg ``` Binaries are also available on [pypi]. On macOS, use `make macosdep`. ## Changelog An extensive changelog is available [here](CHANGELOG.md). ## Community Please star this repository and let me know how and where you use this API. Contributions as pull requests, feedback and any input is welcome. ## License [MIT License](LICENSE.md) Copyright (c) 2020 - 2025 Paul Landes [pypi]: https://pypi.org/project/zensols.dbutilpg/ [pypi-link]: https://pypi.python.org/pypi/zensols.dbpg [pypi-badge]: https://img.shields.io/pypi/v/zensols.dbpg.svg [python311-badge]: https://img.shields.io/badge/python-3.11-blue.svg [python311-link]: https://www.python.org/downloads/release/python-3110 [PostgreSQL]: https://www.postgresql.org [dbutil]: https://github.com/plandes/dbutil