Create downstream custom SwifQL functions, fluent helpers, structural continuations, custom clause ownership, or reusable extension libraries. Use in consuming apps or packages, not for modifying SwifQL's built-in source, functions, builders, dialects, or…
Build, translate, review, or prepare SQL in downstream Swift code that imports SwifQL. Use for application or package query construction and preparation, not for changing SwifQL's own builders, functions, dialect implementation, renderer, or core source.
Add or extend a built-in SwifQL builder inside the SwifQL repository. Use for contributor source work on builders and QueryParts, not for ordinary downstream query construction.
Add or change a built-in compositional SQL function helper inside the SwifQL repository. Use for contributor work in SwifQL source, not for downstream custom functions in consuming apps or packages.
Add or change a built-in SQL dialect inside the SwifQL repository using the research-first compatibility workflow. Use for contributor dialect implementation, not for ordinary downstream prepare calls or app-level query building.