Pick the channel that matches the question.
| Channel | Use it for |
|---|---|
| Wiki | Attributes, filtering, relations, commands, hooks, web frameworks — the task-oriented guides, in five languages. |
| docs.rs | API reference for the generated items and the runtime traits. |
examples/ |
Ten runnable crates, one per feature area. |
| Issues | Reproducible defects and missing functionality. |
SECURITY.md |
Anything that could be a vulnerability. Never a public issue. |
- Search closed issues — the answer is often there.
- Reproduce against the latest published version (
cargo update). - Reduce to a minimal entity definition, and say which features were enabled — most reports turn on a feature gate.
- For a code-generation problem, include the expansion
(
cargo expand) or the generated SQL, not only the compiler error.
The project is maintained on a best-effort basis; expect a first
response within a week. Security reports take priority through the
channel in SECURITY.md.
CONTRIBUTING.md has the branch, commit and review
conventions, the local check commands and how to run the live Postgres
suite.