# 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"
})
The PostgreSQL adaptor is capable of reading/tailing tables using logical decoding and receiving data for inserts.
pg = postgres({
"uri": "postgres://127.0.0.1:5432/test"
})