fetinin / pglogrepl-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pglogrepl-demo

This repo contains examples of how github.com/jackc/pglogrepl can be used.

.
├── server-example
└── simple

simple - contains minimalistic example that connects to database and writes all changes to log.

server-example - contains more sophisticated example that demonstrates how you can process database updates from DB and push changes to frontend.

Start DB

You can start test DB by running make db in the root directory.

About


Languages

Language:Go 92.1%Language:JavaScript 4.5%Language:HTML 2.1%Language:Makefile 0.8%Language:CSS 0.5%