Thanks for helping improve queryd (@olegkoval/queryd).
- Node: 18+ (see
package.jsonengines). - Install:
npm ci - Checks before a PR:
npm testnpm run buildnpm run typechecknpm run lintnpm run format:check
- Keep changes focused; match existing style and tests.
- If you change user-visible behavior, update
README.mdordocs/as needed. - PR descriptions with short usage snippets help reviewers (see repo rule on PR examples).
- Micro-benchmark:
npm run benchmark - Postgres e2e (Docker): see
README.mdBenchmark section (benchmark:e2e:docker,benchmark:e2e:dataset:docker, etc.). - Regression compare:
docs/benchmark-regression.md
If wrapping queryd in a real app was awkward, open Integration feedback (pick Integration feedback on the template page) with stack details. That feedback drives docs and examples.
The ?template=integration-feedback.md deep link only works once this template file is on your default branch on GitHub; /issues/new/choose is the reliable URL.
Do not paste production secrets or full connection strings in issues. Use redacted examples.