Skip to content

Labels

Labels

  • A-ci

    .github/workflows, release-plz, scripts/
  • A-docs

    docs/ mdbook content
  • A-driver

    Driver trait, capabilities, connection lifecycle, and per-backend behavior
  • A-engine

    toasty/src/engine/ — simplify, lower, plan, exec
  • A-macros

    toasty-macros and the create! and models! macros
  • A-migration

    toasty-cli and migration generation and application
  • A-schema

    toasty-core/src/schema/ — app, db, mapping
  • A-sql

    toasty-sql — AST to SQL serialization
  • A-tests

    toasty-driver-integration-suite and workspace tests
  • blocker

    Blocking a toasty use case.
  • bug

    Something isn't working
  • C-bug

    A defect: the code behaves incorrectly
  • C-chore

    CI, release tooling, scripts, lint fixes
  • C-design

    A pull request that proposes a new design (adds a doc under docs/dev/design/)
  • C-discussion

    Open-ended design discussion or RFC
  • C-docs

    User docs, dev docs, rustdoc
  • C-enhancement

    An improvement to an existing feature
  • C-feature

    A new feature request or missing use case
  • C-refactor

    An internal code change with no user-visible effect
  • C-sketch

    A proof-of-concept PR that demonstrates an idea and is not intended to be merged
  • C-tracking

    An umbrella issue that tracks related work
  • documentation

    Improvements or additions to documentation
  • duplicate

    This issue or pull request already exists
  • enhancement

    New feature or request
  • good first issue

    A beginner-friendly, well-scoped issue
  • help wanted

    Maintainers welcome a contributor to pick this up
  • I-security

    A security vulnerability — apply alongside P-critical
  • I-unsound

    A soundness hole: undefined behavior or a violated safety invariant
  • invalid

    This doesn't seem right
  • P-critical

    Data loss, data corruption, correctness, or security