drasi-source-postgres 0.1.9

PostgreSQL source plugin for Drasi
Documentation
1
2
3
4
5
6
7
8
9
10
11
build:
	cargo build -p drasi-source-postgres

lint:
	cargo clippy -p drasi-source-postgres --all-targets --all-features

test:
	cargo test -p drasi-source-postgres

integration-test:
	cargo test -p drasi-source-postgres --test integration_tests -- --ignored --nocapture