postgrex_pgoutput icon indicating copy to clipboard operation
postgrex_pgoutput copied to clipboard

Postgrex.Pgoutput

CI Hex.pm Version

Encode / decode Postgres replication messages.

Usage

See examples/cdc for a full example of using Postgrex.Replication to implement CDC (Change Data Capture).

Installation

This package can be installed by adding postgrex_pgoutput to your list of dependencies in mix.exs:

def deps do
  [
    {:postgrex_pgoutput, "~> 0.1.0"}
  ]
end