Tags: glommer/pgmicro
Tags
bump pgmicro to 0.0.5 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
ci: fix npm publish auth by removing empty NODE_AUTH_TOKEN override The OIDC provenance flow (id-token: write + setup-node registry-url) handles auth automatically. Setting NODE_AUTH_TOKEN to an empty secret overrides it and breaks authentication. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
docs: add installation instructions and SDK example to README - Symlink README.md into npm/pgmicro/ so npm picks it up - Add CLI installation via npx/npm - Add JavaScript SDK example with verified output - Fix cli.js to chmod binary before execution (npm strips permissions) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
ci: remove Turso publish/release workflows from pgmicro These trigger on broad tag patterns and conflict with pgmicro tags. They have no purpose in this repo. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>