agent-first-psql 0.7.2

A PostgreSQL interface for AI agents: reliable, structured, explicit, and read-only by default.
Documentation
1
2
3
4
5
6
7
8
# Copy to tests/.env.local for local integration tests.
AFPSQL_TEST_DSN_SECRET=postgresql://postgres:fetch@127.0.0.1:5433/fetch?sslmode=disable

# Enable the ignored Docker container transport E2E locally:
# cargo test --test container_e2e -- --ignored --nocapture
# AFPSQL_E2E=1
# AFPSQL_E2E_POSTGRES_IMAGE=postgres:16
# AFPSQL_E2E_BRIDGE_IMAGE=ubuntu:22.04