Live data from Hacker News

Pg_GraphQL: A GraphQL Extension for PostgreSQL

supabase.com

101–102 of 102 posts

Re: Pg_GraphQL: A GraphQL Extension for PostgreSQL

#101
post #60

author here! happy to answer questions

Does this work in YugabyteDB/CockroachDB?

Like Timescale (below), I'm not aware of anything in these implementations that would be incompatible with pg_graphql, but it has not been tested

As long as pg_catalog schema is visible & the base postgres version is >= 13 it should be good-to-go

Re: Pg_GraphQL: A GraphQL Extension for PostgreSQL

#102
Heck ya! I can’t wait to try it in whatever my next project is.

I’d like to learn more about the security of the functionality. I’m not talking about how to apply pg roles/privs/RLS, but rather my perceived risk of how hard it is to write stuff safely in C. That is, who is handling inbound http requests, pg or the extension? What confidence do I have that my db mem is safe from imperfect extension logic?

Post reply on HN