Shipping psql without psql: a pure-TypeScript Postgres client in neonctl
neonctl psql used to fail with "command not found" whenever psql wasn't on your PATH — which is most macOS laptops, slim Linux containers, Windows boxes, CI runners, and sandboxes. So we did the uncomfortable thing: reimplemented the psql client in pure TypeScript, embedded it in the CLI, and built a byte-exact conformance harness against PostgreSQL's own re