crystal icon indicating copy to clipboard operation
crystal copied to clipboard

🔮 Graphile's Crystal Monorepo; home to Grafast, PostGraphile, pg-introspection, pg-sql2 and much more!

Results 308 crystal issues
Sort by recently updated
recently updated
newest added

Currently it seems the only docs for this are on the plan diagrams page? (Reason: `inhibitOnNull` page.)

📄 add-to-docs

### Feature description Currently, PostGraphile supports Fastify version 4 only. However, with the recent release of [Fastify version 5](https://github.com/fastify/fastify/releases/tag/v5.0.0), we aim to extend our support to include this latest version...

### Feature description It would be awesome if PostGraphile supported **parameterized singular relation fields** — basically, being able to fetch a **single related row by a unique key** directly on...

## Summary We attempted to move from a classic multi-tenant (organization_id + RLS) model to a “one schema per organization” model in order to reduce materialized view refresh times. After...

📄 add-to-docs
🤩 good-first-bug

Not all dates are ISO8601/RFC3339 - see the [Special Values](https://www.postgresql.org/docs/current/datatype-datetime.html#DATATYPE-DATETIME-SPECIAL-VALUES) in PostgreSQL API docs.

✨ feature

### Feature description As mentioned here: [custom-queries](https://www.graphile.org/postgraphile/custom-queries/) `LIMIT/OFFSET` pagination has performance issue when over 100,000 records. In V4, we implement our custom setof function in such a complicated way. **I...

❔ question

See: https://github.com/benjie/ouch-my-finger/pull/33/files And discord question here: https://discord.com/channels/489127045289476126/498852330754801666/1415805337948389467

✨ feature

When we `reallyExecuteStepWithFiltering` we should release any distributors for skipped indicies. (See: #2659)

✨ feature

Per https://discord.com/channels/489127045289476126/545153148533080066/1394622570686582824 leaving some plugins here for eventual integration into https://postgraphile.org/postgraphile/next/plugin-gallery :D ## ULIDPlugin Adds support for https://github.com/pksunkara/pgx_ulid https://gist.github.com/jsmnbom/55f8c685089d32bc102d40b1d232520b ## IdPrefixNodeIdCodecPlugin Adds support for simple nodeIds consisting of a prefix...

📄 add-to-docs
🤩 good-first-bug

### Feature description Add https://twoslash.netlify.app/ integration for docusaurus. https://docusaurus.io/search?q=twoslash Seems like this plugin could be used: https://www.npmjs.com/package/docusaurus-preset-shiki-twoslash ### Motivating example Could help to prevent issues like this: https://github.com/graphile/crystal/pull/2662 ### Breaking...

🙏 help-wanted