graphile-engine VS annuaire-entreprises-sirene-api

Compare graphile-engine vs annuaire-entreprises-sirene-api 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)
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 annuaire-entreprises-sirene-api
6 1
752 15
0.0% -
5.8 10.0
3 days ago over 1 year ago
JavaScript Shell
- 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:

annuaire-entreprises-sirene-api

Posts with mentions or reviews of annuaire-entreprises-sirene-api. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-29.

What are some alternatives?

When comparing graphile-engine and annuaire-entreprises-sirene-api 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

seafowl - Analytical database for data-driven Web applications 🪶

pgsql-http - HTTP client for PostgreSQL, retrieve a web page from inside the database.

showcase - REST api for your database (PostgreSQL/Sqlite/ClickHouse/MySQL).

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

crystal - 🔮 Graphile's Crystal Monorepo; home to Grafast, PostGraphile, pg-introspection, pg-sql2 and much more!

sqlc - Generate type-safe code from SQL

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

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

SQLAlchemy - The Database Toolkit for Python