Verifies Docker-backed PG17 COUNT(1) query-access behavior through the CLI surface, including foreign-table negative coverage that must remain fail-closed
Exports
No exported Go API; this directory builds the executable entrypoint.
Notes
deltascope --version prints the build version for scripts. Release ldflags print the tag; source builds print Go module or VCS information.
deltascope version prints the ASCII logo plus the same build version for humans.
The command surface now includes audit, rules list/show/search, config init/lint/show-default, capabilities, and version.
deltascope audit supports both offline and metadata-aware runs with MySQL-style connection flags.
main_e2e_postgresql_query_access_test.go is retained as CLI real-route evidence; semantic shape breadth belongs to the unified SDK suite.
Package main starts the deltascope executable.
input: shell process startup and the internal CLI adapter package
output: process-level invocation of the DeltaScope CLI
pos: executable entrypoint for the deltascope command
note: if this file changes, update this header and module README.md.