graphile-engine VS pgsql-http

Compare graphile-engine vs pgsql-http and see what are their differences.

graphile-engine

Monorepo home of graphile-build, graphile-build-pg, graphile-utils, postgraphile-core and graphql-parse-resolve-info. Build a high-performance easily-extensible GraphQL schema by combining plugins! (by graphile)

pgsql-http

HTTP client for PostgreSQL, retrieve a web page from inside the database. (by pramsey)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
graphile-engine pgsql-http
6 17
752 1,153
0.0% -
5.8 6.1
3 days ago 9 days ago
JavaScript C
- MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

graphile-engine

Posts with mentions or reviews of graphile-engine. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-02.
  • Sketch of a Post-ORM
    14 projects | news.ycombinator.com | 2 Jun 2023
  • Business Logic Inside Database - How Evil Is It?
    3 projects | dev.to | 17 Apr 2023
    But it doesn’t have to work this way. Some modern databases support a feature called "row-level security". It allows you to define access control policies at the row level based on the current user’s attributes (id, role, group membership, etc.). As long as the application can securely pass the current user’s identity to the database, it can leave all authorization checking to the database. And since the rules are defined at the table level instead of the API level, it has a much smaller surface to protect. The "row-level security" feature is the foundation of products like PostgREST, PostGraphile, and Supabase.
  • PostgREST – Serve a RESTful API from Any Postgres Database
    22 projects | news.ycombinator.com | 29 Dec 2022
  • You may not need an SQL query builder or ORM
    1 project | /r/javascript | 8 Oct 2022
    I really love the way pg-sql2 is going about that.
  • Ask HN: Solo Dev Stack of 2022?
    9 projects | news.ycombinator.com | 1 Oct 2022
    I've been enjoying developing on top of PostGraphile. https://www.graphile.org/

    Good starter: https://github.com/graphile/starter

    I can add a column the the db, and my frontend gets that autimagically (in dev mode, it generates a graphql schema out of the db, and from that it creates composables for my frontend wiht graphql-codegen). On the frontend I use Vue 3, the starter is build with nextjs/react.

  • Best resource to learn PL/pgSQL?
    2 projects | /r/PostgreSQL | 15 Feb 2022
    I don't much direct knowledge on the internals, but here's a snippet from the graphile-engine repo README:

pgsql-http

Posts with mentions or reviews of pgsql-http. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-06.

What are some alternatives?

When comparing graphile-engine and pgsql-http you can also consider the following projects:

starter - Opinionated SaaS quick-start with pre-built user account and organization system for full-stack application development in React, Node.js, GraphQL and PostgreSQL. Powered by PostGraphile, TypeScript, Apollo Client, Graphile Worker, Graphile Migrate, GraphQL Code Generator, Ant Design and Next.js

Multicorn - Data Access Library

annuaire-entreprises-sirene-api

supabase-mailer - Send and track email from Supabase / PostgreSQL using a Transactional Email Provider

postgrest-starter-kit - Starter Kit and tooling for authoring REST API backends with PostgREST

pg_net - A PostgreSQL extension that enables asynchronous (non-blocking) HTTP/HTTPS requests with SQL

sqlc - Generate type-safe code from SQL

amforeas - A RESTful Interface to your database

datasette - An open source multi-tool for exploring and publishing data

Hasura - Blazing fast, instant realtime GraphQL APIs on your DB with fine grained access control, also trigger webhooks on database events.

daisyui - 🌼 🌼 🌼 🌼 🌼  The most popular, free and open-source Tailwind CSS component library

pgx - Build Postgres Extensions with Rust! [Moved to: https://github.com/tcdi/pgrx]