Metadata-Version: 2.4
Name: psql-replication
Version: 0.0.8
Summary: Pure Python Implementation of PSQL Replication Only data change not DDL build on top of psycopg2.
Author-email: jiamo <life.130815@gmail.com>
License: Apache 2
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
Requires-Dist: psycopg2-binary

=======================
python-psql-replication
=======================

.. image:: https://img.shields.io/pypi/v/psql-replication.svg
        :target: https://pypi.org/project/psql-replication

Purpose
-------

Python replication for postgres logic decoder streaming. The API is similar
to `python-mysql-replication <https://github.com/noplay/python-mysql-replication>`_.

How to
------

Before you start:

1. create_replication_slot
2. set postgres config

Reference
---------

- https://www.postgresql.org/docs/10/static/logicaldecoding-example.html
- http://initd.org/psycopg/docs/advanced.html#replication-support
