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
- Host: GitHub
- URL: https://github.com/gmr/pglifecycle
- Owner: gmr
- License: bsd-3-clause
- Created: 2019-06-17T17:26:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-13T19:31:11.000Z (over 2 years ago)
- Last Synced: 2025-03-25T09:49:15.785Z (6 months ago)
- Topics: dba, ddl, dml, management, postgresql, schema
- Language: Python
- Size: 427 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE
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