Build SQL queries from column metadata and apply type casts for special postgres types (uuid, jsonb, geometry, etc.).
Implement extractData to stream rows from a postgres source table.
Bootstrap the go-migrate project: - go.mod (Go 1.26) - cmd/ entrypoint skeleton - base .gitignore and config files