drasi-source-postgres 0.1.15

PostgreSQL source plugin for Drasi
Documentation
1
2
3
4
5
6
7
8
9
10
11
# PostgreSQL Source Integration Tests

These integration tests validate logical replication change detection using a real PostgreSQL instance via testcontainers.

## Running tests

```bash
cargo test -p drasi-source-postgres --test integration_tests -- --ignored --nocapture
```

The tests are ignored by default because they require Docker.