https://github.com/gmr/pgdumpreport
Create reports from pg_dump archives
https://github.com/gmr/pgdumpreport
ddl postgresql report schema
Last synced: 2 months ago
JSON representation
Create reports from pg_dump archives
- Host: GitHub
- URL: https://github.com/gmr/pgdumpreport
- Owner: gmr
- Created: 2019-12-11T03:30:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T08:26:02.000Z (over 3 years ago)
- Last Synced: 2025-04-05T12:31:02.237Z (about 1 year ago)
- Topics: ddl, postgresql, report, schema
- Language: JavaScript
- Size: 2.22 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
pgdumpreport
============
Generate a report from the contents of a pg_dump created archive.
|Version| |Status| |Coverage| |License|
.. image:: ./preview.png
Installation
------------
.. code-block:: bash
pip3 install pgdumpreport
Usage
-----
.. code-block:: bash
usage: pgdumpreport [-h] [-f FMT] [-o OUT] FILE
Output information from a pg_dump archive
positional arguments:
FILE Path to pg_dump archive
optional arguments:
-h, --help show this help message and exit
-f FMT, --format FMT Report output format (default: json)
-o OUT, --out OUT Output destination, - for stdout (default: -)
.. |Version| image:: https://img.shields.io/pypi/v/pgdumpreport.svg
:target: https://pypi.python.org/pypi/pgdumpreport
:alt: Package Version
.. |Status| image:: https://github.com/gmr/pgdumpreport/workflows/Testing/badge.svg
:target: https://github.com/gmr/pgdumpreport/actions
:alt: Build Status
.. |Coverage| image:: https://codecov.io/gh/gmr/pgdumpreport/branch/master/graph/badge.svg
:target: https://codecov.io/github/gmr/pgdumpreport?branch=master
:alt: Code Coverage
.. |License| image:: https://img.shields.io/pypi/l/pgdumpreport.svg
:target: https://github.com/gmr/pgdumpreport/blob/master/LICENSE
:alt: BSD