Module: Pgoutput::Source

Defined in:
lib/pgoutput/source/adapter.rb

Overview

Backward-compatible namespace for the original generated gem layout.

New integrations should use SourceAdapter directly.

Constant Summary collapse

Adapter =

Compatibility alias for Pgoutput::SourceAdapter.

This alias preserves the generated bundle-gem path shape while the public adapter API lives under Pgoutput::SourceAdapter.

Pgoutput::SourceAdapter