-
-
Figure out what needs to happen in an interaction between Angular and Postgraphql.
-
BENJIE'S NOTE: this post was originally written by @calebmer on the PostGraphQL repo (since renamed to PostGraphile); since then we have built a website (https://graphile.org) but many of these points…
-
https://github.com/postgraphql/postgraphql/issues/461 contains (IMO) some good content worth considering for the documentation site
/cc @chadfurman
-
https://github.com/postgraphql/postgraphql/blob/master/docs/pg-jwt-spec.md#retrieving-claims-in-postgresql
-
This is a good reference point: https://github.com/postgraphql/postgraphql/issues/485#issuecomment-330160947
-
The postgres query string library doesn't support `sslmode=require` instead requiring `ssl=1`.
Example: `postgresql://username:password@example.com/dbname?ssl=1`
Ref: postgraphql/postgraphql#357
-
- [x] [Prisma](https://github.com/graphcool/prisma)
- [x] [VulcanJS](https://github.com/VulcanJS/Vulcan)
- [x] [PostGraphile](https://github.com/graphile/postgraphile) (formerly PostGraphQL)
- [ ] …
-
In response to https://github.com/postgraphql/postgraphql/issues/438
First, test / verify this works. Second, update stored procedure docs to explain how to only make some paraemters required (i.e…
-
Hi, you say in your intro that you will be using sqlite 'for now'. Are there plans to show an upgrade to postgres or mongo, etc?
Also, FYI if you are not aware there is a very interesting project …