API Reference tds_cdc v#0.1.0

Copy Markdown

Modules

Change Data Capture for SQL Server databases using the TDS protocol.

Handles querying SQL Server CDC tables and parsing the results.

Represents a single change event captured from SQL Server CDC.

GenServer that manages the connection to SQL Server and polls for CDC changes.

Behaviour for database connection adapters used by TdsCdc.

Connection adapter that uses an existing Ecto.Repo for database queries.

Connection adapter that uses the tds library directly with a connection pool.

Behaviour for structured CDC event listeners.

Utilities for working with SQL Server Log Sequence Numbers (LSNs).

Behaviour for LSN position persistence.

Default file-based LSN position persistence.