PostgREST v9.0.0

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • sandman2

    Automatically generate a RESTful API service for your legacy database. No code required!

    I'm using sandman2[0] as a wrapper for psql and mysql databases. how is it different or any feature/differentiating factor I should consider for my future wrappers?

    [0] - https://github.com/jeffknupp/sandman2

  • Flyway

    Flyway by Redgate • Database Migrations Made Easy.

    Agreed, here’s a link to flyway if anyone is curious - https://github.com/flyway/flyway. Many ORMs come with migration systems in your language of choice. For example, SQLAlchemy’s migration tool is Alembic - https://github.com/sqlalchemy/alembic.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • alembic

    A database migrations tool for SQLAlchemy.

    Agreed, here’s a link to flyway if anyone is curious - https://github.com/flyway/flyway. Many ORMs come with migration systems in your language of choice. For example, SQLAlchemy’s migration tool is Alembic - https://github.com/sqlalchemy/alembic.

  • svelte-postgrest-template

    Svelte/SvelteKit + PostgREST + EveryLayout + social auth starter template

    that's actually precisely what i implemented in my postgrest-svelte starter template (https://github.com/guyromm/svelte-postgrest-template).

    ./pg_schema_dump.sh breaks down the schema into an entity-per-file structure at ./sql/schema, while.

  • benchmarks

    Infrastucture benchmarks (by supabase)

    PostgREST is used inside every Supabase project. We have >50K projects now[0], some of them making (tens of) millions of API requests through PostgREST daily.

    It's a fantastic piece of tech, especially when coupled with PostgreSQL Row Level Security. We have some benchmarks here in case you're concerned about performance: https://github.com/supabase/benchmarks/issues/2

    [0] On our hosted platform. We don't add telemetry to self-hosting

  • 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

    Someone called it: "hasura for adults”

    It's highly customisable, works directly with postgresql row levels security and the performance is quite good. It has a custom GraphiQL gui to work on queries/mutations.

    To really see how it all works together checkout the starter project: https://github.com/graphile/starter it has migrations, job queue, graphql-codegen etc.

    Benjie (https://github.com/benjie) is one of the greatest maintainers I've ever seen!

  • tarantool

    Get your data in RAM. Get compute close to data. Enjoy the performance.

    A similar project built with intention around this idea is Tarantool[1]. I never hear much about it, but if you're interested in compute close to your data, this is definitely something that would warrant consideration.

    [1]: https://github.com/tarantool/tarantool

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • databases

    Async database support for Python. 🗄

  • postgrest-py

    PostgREST client for Python. This library provides an ORM interface to PostgREST

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