An open API service indexing awesome lists of open source software.

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.

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