-
While trying to set up the PostHog locally, I encountered a series of issues related to OpenSSL and the database configuration.
Here is a brief description of what happened:
1. After resolving …
-
Homepage needs updating:
- Grafast is now open source
- Worker has its own documentation website
- PostGraphile has its own website too!
Sponsors page needs updating:
- Grafast is no l…
-
### 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…
-
I'm submitting a ...
* [ ] bug report
* [ ] feature request
* [x] question
PostGraphile version: 4.3.3
You mentioned the possibility of changing introspection results to switch data types…
-
Was looking through the code for how to test as its not really clear from the readme. Here is something I hacked up.
Would appreciate any feedback on it. Once its decent I would be happy to make a …
-
Also expose this via the CLI and via `.postgraphilerc`
-
I'm submitting a ...
* [ ] bug report
* [x] feature request
* [ ] question
PostGraphile version: v4.4.0
Given the following SQL
```sql
CREATE TABLE languages("id" SMALLINT PRIMARY KEY);…
-
### Version
16.13.2 (the latest LTS release), as well as v14.17.1
### Platform
Microsoft Windows NT 10.0.19043.0 x64, as well as: Linux 4.15.0-163-generic #171-Ubuntu SMP Fri Nov 5 11:55:11 …
-
I often post useful answers in various locations (chat, issues, PRs, StackOverflow, etc). It'd be great if these answers were rewritten and inserted into the documentation for easy reference. Some mig…
-
### Feature description
The example provided on https://github.com/graphile/pg-aggregates#defining-your-own-grouping-derivatives to add month / day / quarter etc to timestamp fields use the V4 APIs…