DB2Rest VS postgrest

Compare DB2Rest vs postgrest and see what are their differences.

DB2Rest

Instant no code DATA API platform for relational databases. Connect any database, run anywhere. Power your GENAI application function/tools calls in seconds. (by 9tigerio)
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
DB2Rest postgrest
5 120
462 27,226
1.1% 0.8%
8.5 9.6
15 days ago 3 days ago
Java Haskell
Apache License 2.0 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.

DB2Rest

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

postgrest

Posts with mentions or reviews of postgrest. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2026-05-08.
  • GeoJSON
    10 projects | news.ycombinator.com | 8 May 2026
  • Redox OS has adopted a Certificate of Origin policy and a strict no-LLM policy
    4 projects | news.ycombinator.com | 10 Mar 2026
    One thing that is missing is a standard no-LLM policy, like the "Contributor Covenant Code of Conduct". On PostgREST we recently added a strict no-LLM policy [1], basically linking Gentoo's AI policy, which we found the most apt in lack of a standard.

    [1]: https://github.com/PostgREST/postgrest/blob/main/CONTRIBUTIN...

  • Show HN: Replacebase – library to migrate away from Supabase
    2 projects | news.ycombinator.com | 25 Feb 2026
    Cool project, I recently moved a project off supabase entirely, my thoughts:

    - better-auth is amazing and made moving off supabase a lot less scary for. auth is very sticky.

    - Is this offering an alternative to https://github.com/PostgREST/postgrest or a wrapper around it?

    - I tried to self-host supabase/realtime recently and couldn't even get it working locally, so i migrated to postgres LISTEN/NOTIFY, which doesn't work for a lot of uses, but is perfectly fine for mine. Not sure what adoption is like of realtime, but helping people migrate off that could have value.

    - Re: storage, is this only for cases when using supabase-js to access storage? In my case, I was already using AWS SDKs to access the supabase bucket so there were zero code changes.

    - I kind of miss the supabase security & performance advisor, do any other postgres hosts have this feature? or is there a pg security tool I can run myself on a schedule?

  • PostgREST vs RESTHeart
    3 projects | dev.to | 17 Dec 2025
    Documentation: https://postgrest.org/
  • GHC Now Runs in the Browser
    7 projects | news.ycombinator.com | 1 Nov 2025
  • I Switched from Htmx to Datastar
    12 projects | news.ycombinator.com | 10 Oct 2025
    > I was tired of writing backend APIs with the only purpose that they get consumed by the same app's frontend (typically React).

    PostgREST is great for this: https://postgrest.org

    I run 6 React apps in prod, which used to consume APIs built with Flask, Django and FastAPI. Now they all consume APIs from PostgREST, I no longer write APIs. I define SQL views for the tables I want to expose, and optionally a bunch of SQL grants and SQL policies if I have different roles in the app, and PostgREST automatically transforms the views into endpoints, adds all the CRUD + UPSERT capabilities, handle the permissions, filtering, ordering, returning, pagination, and so on.

  • Supabase MCP leaks your entire SQL Database, a lethal trifecta attack
    9 projects | news.ycombinator.com | 8 Jul 2025
    I think I know what you're talking about because I ran into this too. In defense of Supabase, you can still use transactions in other ways. Transactions through the client are messy and not easily supported by PostgREST.

    The GitHub issue here sums up the conversation about this:

    https://github.com/PostgREST/postgrest/issues/286

    So... your comment is a bit disingenuous. Regardless of Hacker News's thoughts on MCP servers, there is a cohort of users that are finding them to be immensely useful. Myself included.

  • Generate an OpenAPI From Your Database
    4 projects | dev.to | 27 Dec 2024
    This is especially helpful because Supabase uses PostegREST under the hood, which does not support OpenAPI 3.x. Note that some Postgres specific features like enums are not converted to JSON Schema enums as Sequelize doesn't expose that information.
  • Automatically Generate REST and GraphQL APIs From Your Database
    14 projects | dev.to | 19 Dec 2024
    PostgREST stands out as the leading solution for PostgreSQL databases. It turns your database directly into a RESTful API with minimal configuration. The tool automatically creates endpoints for tables and views, supports complex filters, and leverages PostgreSQL's row-level security for fine-grained access control. If you'd like to see this in action, check out our Neon PostgresQL sample.
  • Top FP technologies
    22 projects | dev.to | 29 Oct 2024
    PostgREST

What are some alternatives?

When comparing DB2Rest and postgrest you can also consider the following projects:

strategy-pattern-in-spring-boot - A very simple implementation of Strategy Design Pattern and Factory Design Pattern to a Spring Boot project.

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

swagger-brake - Swagger contract checker for breaking API changes

supabase - The Postgres development platform. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.

docker-compose-spring-boot-mysql - Dockerize Spring Boot and MySQL example - using Docker Compose to connect Spring Boot to MySQL

swagger2 - Swagger 2.0 data model.

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured

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