Updated sinks to add a functional postgres sink API.
This commit is contained in:
3
doc.go
3
doc.go
@@ -73,6 +73,9 @@
|
||||
//
|
||||
// - sinks
|
||||
// Sink abstractions + sink registry.
|
||||
// Built-ins include stdout, NATS, and Postgres. For Postgres, downstream
|
||||
// code registers table schemas/mappers while feedkit manages DDL, writes,
|
||||
// and optional prune helpers.
|
||||
//
|
||||
// Typical wiring (daemon main.go)
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user