[HN Gopher] GraphpostgresQL: A GraphQL Extension for PostgreSQL
       ___________________________________________________________________
        
       GraphpostgresQL: A GraphQL Extension for PostgreSQL
        
       Author : laurenceisla
       Score  : 47 points
       Date   : 2021-12-03 16:54 UTC (6 hours ago)
        
 (HTM) web link (github.com)
 (TXT) w3m dump (github.com)
        
       | netcraft wrote:
       | relevant comment from the author on the other graphql for pg
       | thread today: https://news.ycombinator.com/item?id=29432666
        
       | rgbrgb wrote:
       | This is cool but sadly looks abandoned.
       | 
       | Here's an active project that does something similar (introspects
       | your postgres schema and runs a graphql API on top):
       | https://github.com/graphile/postgraphile
       | 
       | Prisma is also interesting (but pulls more logic out of the DB).
       | 
       | My question with this type of logic-in-the-DB framework is how
       | people are managing schema migrations and what infra they're
       | running on as it's clearly a little less charted than, for
       | instance, deploying a rails app (what I know). I really like the
       | DRYness of writing the schema in one place and having that flow
       | automatically into strongly typed models, API, etc with correct
       | auth logix. This always seems like too much boilerplate with
       | ActiveRecord and controllers.
        
         | purge wrote:
         | I love postgraphile and the graphile toolkit (worker and
         | migrate are best in class imho).
        
       ___________________________________________________________________
       (page generated 2021-12-03 23:01 UTC)