package
0.3.1
Repository: https://github.com/zhufu/transporter.git
Documentation: pkg.go.dev

# README

PostgreSQL adaptor

The PostgreSQL adaptor is capable of reading/tailing tables using logical decoding and receiving data for inserts.

Configuration:

pg = postgres({
  "uri": "postgres://127.0.0.1:5432/test"
})