Best Orm that uses Graphql and Postgres

This page summarizes the projects mentioned and recommended in the original post on /r/golang

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. Squirrel

    Fluent SQL generation for golang

    Also checkout https://github.com/Masterminds/squirrel

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. gobuffalo/pop

    A Tasty Treat For All Your Database Needs (by gobuffalo)

    I've also used https://github.com/gobuffalo/pop for an on-hold side project.

  4. pg_graphql

    GraphQL support for PostgreSQL

    But... If you're looking for Graphql/Postgres, maybe look at https://github.com/supabase/pg_graphql which popped onto my radar yesterday, but I have no experience with it.

  5. golug

    GoLug Presentation Code

  6. ent

    An entity framework for Go

    ent has the nicest integration with graphql (using gqlgen) that I’ve seen with Go, generating almost all the code needed for resolvers and some graphql commons like Node interface and Connection pattern. It also supports PostgreSQL out of the box.

  7. deepr

    A lightweight alternative to GraphQL

    https://github.com/deeprjs/deepr (Found this on a Google search I'll let you look into this)

  8. crystal

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

    If you point is to abstract all the CRUD/GraphQL application, Go isn’t needed. You can go with PostgREST or Postgraphile.

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. sqlc

    Generate type-safe code from SQL

    sqlc website: https://sqlc.dev

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Automatically Generate REST and GraphQL APIs From Your Database

    14 projects | dev.to | 19 Dec 2024
  • sqlc: Type-Safe Querying in Go

    1 project | dev.to | 16 Mar 2025
  • Directus – real-time REST and GraphQL API of any SQL database

    6 projects | news.ycombinator.com | 23 Feb 2025
  • Show HN: Generate type-safe code for SQL queries in any language

    2 projects | news.ycombinator.com | 27 Nov 2024
  • Directus VS wabe - a user suggested alternative

    2 projects | 8 Sep 2024

Did you know that Go is
the 4th most popular programming language
based on number of references?