https://github.com/plandes/dbutilpg
A PostgreSQL implementation of the dbutil library.
https://github.com/plandes/dbutilpg
database postgres
Last synced: 5 months ago
JSON representation
A PostgreSQL implementation of the dbutil library.
- Host: GitHub
- URL: https://github.com/plandes/dbutilpg
- Owner: plandes
- License: other
- Created: 2019-12-20T13:08:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-11T19:58:21.000Z (over 1 year ago)
- Last Synced: 2025-03-22T12:36:12.579Z (over 1 year ago)
- Topics: database, postgres
- Language: Python
- Homepage: https://plandes.github.io/dbutilpg/
- Size: 140 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# PostgreSQL dbutil
[![PyPI][pypi-badge]][pypi-link]
[![Python 3.13][python313-badge]][python313-link]
[![Python 3.12][python312-badge]][python312-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 library can be installed with pip from the [pypi] repository:
```bash
pip3 install zensols.dbutilpg
```
## 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](CONTRIBUTING.md) as pull requests, feedback, and any input is
welcome.
## License
[MIT License](LICENSE.md)
Copyright (c) 2019 - 2026 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
[python313-badge]: https://img.shields.io/badge/python-3.13-blue.svg
[python313-link]: https://www.python.org/downloads/release/python-3130
[python312-badge]: https://img.shields.io/badge/python-3.12-blue.svg
[python312-link]: https://www.python.org/downloads/release/python-3120
[PostgreSQL]: https://www.postgresql.org
[dbutil]: https://github.com/plandes/dbutil