db.watch
Fetch only rows newer than the last cursor from a PostgreSQL table to track changes incrementally, repeating client-side for polling.
Instructions
Fetch one incremental batch where cursorColumn > lastCursor. Repeat client-side for polling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | ||
| database | No | ||
| batchSize | No | ||
| lastCursor | No | ||
| cursorColumn | No |