pgchan

package module
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 10, 2025 License: MIT Imports: 19 Imported by: 0

README

Postgres Channel Utilities

I am thinking of using this package as a utility in a Change Data Capture tool.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func TableEvents

func TableEvents(ctx context.Context, databaseURL string, c chan<- TableEvent, tableNames ...string) error

Types

type TableEvent

type TableEvent struct {
	CommitTimestamp time.Time
	Tables          []string
	LSN             string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL