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

https://github.com/gmr/pgdumpreport

Create reports from pg_dump archives
https://github.com/gmr/pgdumpreport

ddl postgresql report schema

Last synced: 6 months ago
JSON representation

Create reports from pg_dump archives

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