-
### Summary
When using graphile-migrate with supabase, it uses the wrong DATABASE_OWNER.
Supabase has a url that looks like this
```
postgresql://[user].[projectId]:[password]@aws-0-us-west…
-
Users should be able to use their own logging framework - we shouldn't be outputting to `console`. We already have the `@graphile/logger` abstraction, we should use this.
Needs integration from the…
-
Hello,
I would like to use the postgraphile (https://www.graphile.org/postgraphile/quick-start-guide/) node library for my DB instance. Some of the features I want to use are the subscriptions and…
-
### Summary
I have a single graphile-worker process that processes a small queue of mostly low priority web scraper stuff with occasional high priority items (emails).
I'm seeing my worker…
-
### 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 …
-
I would like to see an official integration between Encore.dev and Graphile. This integration would enable developers to easily set up and manage a GraphQL API with PostGraphile within the Encore fram…
-
### Feature description
Determining the (name of) the pk columns of a table can be done inside plugins, but requires digging into introspection details
So, this request if to have an easy api to…
-
### Feature description
V4 has the feature to [use table enums in functions via domain](https://github.com/graphile/graphile-engine/pull/832), I think we should port it to V5 too. I'm just not sure…
-
### Feature description
The new package `@graphile/lds2` is in essence a copy of the current implementation with two changes (1 & 2) and one addition (3):
1. Minimal required version of [wal2jso…
-
### Summary
I'm defining my cronList as an array of `CronItem`s, so that I can later pass them through `parseCronItems`. This has worked great! (Thank you very much for the library!)
Today, I wa…