| applyTo | ** |
|---|
This project is a PostGraphile v5 server that converts PostgreSQL schemas into a GraphQL API. It defines one of many services of vibetype, an event community platform. The PostgreSQL schemas used by this service are applied as SQL migrations by the sqitch service.
src/graphile.config.tscontains the main PostGraphile configuration.src/graphile.tscontains scripted logic.src/environment.tscontains type-safe environment variable utilities.
- Algorithm: ES256
- Audience, issuer: postgraphile
- PostgreSQL composite type:
vibetype.jwt
- Lint with
pnpm run lint.
- Code style
- Sort any elements (imports, object properties, functions, ...), e.g. alphabetically, except when it doesn't make sense.
- Agents
- After making changes to the codebase, ensure AGENTS.md is in sync with your knowledge of the project.