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

https://github.com/gmr/pglifecycle

A PostgreSQL schema management tool
https://github.com/gmr/pglifecycle

dba ddl dml management postgresql schema

Last synced: 6 months ago
JSON representation

A PostgreSQL schema management tool

Awesome Lists containing this project

README

          

pglifecycle
===========

A PostgreSQL schema management tool

|Version| |Status| |Coverage| |License|

Installation
------------

.. code::

pip install pglifecycle

.. |Version| image:: https://img.shields.io/pypi/v/pglifecycle.svg?
:target: https://pypi.python.org/pypi/pglifecycle
:alt: Package Version

.. |Status| image:: https://github.com/gmr/pglifecycle/workflows/Testing/badge.svg?
:target: https://github.com/gmr/pglifecycle/actions?workflow=Testing
:alt: Build Status

.. |Coverage| image:: https://codecov.io/gh/gmr/pglifecycle/branch/master/graph/badge.svg
:target: https://codecov.io/github/gmr/pglifecycle?branch=master
:alt: Code Coverage

.. |License| image:: https://img.shields.io/pypi/l/pglifecycle.svg?
:target: https://github.com/gmr/pglifecycle/blob/master/LICENSE
:alt: BSD