Postgres

Open-source projects categorized as Postgres

Top 23 Postgre Open-Source Projects

  1. supabase

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

    Project mention: Stop Building, Start Shipping: The Minimal Startup Toolkit | dev.to | 2025-08-31

    3. Supabase: The Open-Source Firebase That Uses Real SQL

  2. InfluxDB

    InfluxDB โ€“ Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. Grafana

    The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.

    Project mention: Platform Engineering for the uninitiated | dev.to | 2025-08-29

    Smart instrumentation for Site Reliability Engineering is of utmost importance now, because with so many moving parts in a microservices based architecture it is otherwise near impossible to identify problems. Technologies like ELK and LGTM+ in combination with OpenTelemetry provide respite in that area.

  4. Prisma

    Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB

    Project mention: 10 AI Tools That Took My SaaS Website from Zero to Launch! | dev.to | 2025-08-25

    5. Backend & Database (Supabase + Prisma)

  5. Metabase

    The easy-to-use open source Business Intelligence and Embedded Analytics tool that lets everyone work with data :bar_chart:

    Project mention: Metabase 56: Dashboard filters in more relevant places, time grouping for native queries, a new way to embed, and more | dev.to | 2025-08-18

    Hope you enjoy the release. If you want to get into the nitty-gritty, check out our release notes in GitHub. To see what other features we have in the works, see our product roadmap.

  6. payload

    Payload is the open-source, fullstack Next.js framework, giving you instant backend superpowers. Get a full TypeScript backend and admin panel instantly. Use Payload as a headless CMS or for building powerful applications.

    Project mention: How to Run Payload CMS in Docker | dev.to | 2025-07-21

    Payload is an open source backend framework and it is mainly used as a content management system.

  7. Hasura

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

    Project mention: My personal favorite MCP server which has became part of my life | dev.to | 2025-05-27

    GitHub: github.com/hasura/graphql-engine

  8. drizzle-orm

    Headless TypeScript ORM with a head. Runs on Node, Bun and Deno. Lives on the Edge and yes, it's a JavaScript ORM too ๐Ÿ˜…

    Project mention: [TECH] OpenNext + Drizzle ใง Cloudflare D1 ็’ฐๅขƒใ‚’ๆœ€ใ‚‚ๆฅฝใซๆง‹็ฏ‰ใ™ใ‚‹ ๐ŸŒง๏ธ | dev.to | 2025-08-02

    Drizzle ORM - next gen TypeScript ORM.

  9. Sevalla

    Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!

    Sevalla logo
  10. postgrest

    REST API for any Postgres database

    Project mention: Supabase MCP leaks your entire SQL Database, a lethal trifecta attack | news.ycombinator.com | 2025-07-08

    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.

  11. parse-server

    Parse Server for Node.js / Express

    Project mention: 6 Open-Source Firebase Alternatives for Self-Hosting and Data Control | dev.to | 2025-06-09

    5. Parse Platform

  12. TimescaleDB

    A time-series database for high-performance real-time analytics packaged as a Postgres extension

    Project mention: PostgreSQL Maximalism | dev.to | 2025-05-28

    timescaledb A solution by Timescale. Provides a lot more functions to handle time series than pg_timeseries. Low latency makes it adequate for real-time analytics. Supports incremental views through continuous aggregates. Has some overlap with pg_mooncake, but can't write to Iceberg or Delta Lake, using them directly as the storage layer. Supports tiered storage

  13. infisical

    Infisical is the open-source platform for secrets management, PKI, and SSH access.

    Project mention: Best FREE Secrets Manager - Deploy Infisical on Sliplane with Docker | dev.to | 2025-07-24

    Infisical is an open-source secrets management platform that helps you securely store, sync, and manage your application secrets across your entire development lifecycle. It provides a secure vault for API keys, database credentials, certificates, and other sensitive data with features like secret versioning, audit logs, and integrations with popular development tools.

  14. neon

    Neon: Serverless Postgres. We separated storage and compute to offer autoscaling, code-like database branching, and scale to zero.

    Project mention: You donโ€™t need 20 tools. Just use Postgres (seriously!) | dev.to | 2025-08-28

    Neon (serverless Postgres)

  15. teable

    โœจ The Next Gen Airtable Alternative: No-Code Postgres

    Project mention: Is Airtable Too Expensive? 5 Self-Hosted Alternatives Compared by Cost & Features | dev.to | 2025-06-29
  16. Gravitational Teleport

    The easiest, and most secure way to access and protect all of your infrastructure.

    Project mention: Ask HN: Who is hiring? (May 2025) | news.ycombinator.com | 2025-05-01

    Teleport (YC S15) | Backend and Fullstack Engineers | US, Toronto, London, Remote OK | https://goteleport.com

    Do you enjoy building security and deployment tools for other engineers? Join us to hack on https://github.com/gravitational/teleport. Most of our code is Go, we have very little technical debt, our codebase is clean and small.

    If you are a backend or fullstack engineer, we expect you to be comfortable with the following:

      * Go for backend and Go+TypeScript for fullstack engineers.

  17. migrate

    Database migrations. CLI and Golang library.

    Project mention: Database Schema Migration Cheatsheet with golang-migrate/migrate | dev.to | 2025-07-12

    curl -L https://github.com/golang-migrate/migrate/releases/download/v4.17.1/migrate.linux-amd64.tar.gz | tar xvz sudo mv migrate /usr/local/bin/

  18. sqlx

    ๐Ÿงฐ The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite. (by launchbadge)

    Project mention: SQLx โ€“ The Rust SQL Toolkit | news.ycombinator.com | 2025-07-25

    // https://github.com/launchbadge/sqlx/issues/367#issuecomment-...

  19. saas-starter

    Get started quickly with Next.js, Postgres, Stripe, and shadcn/ui.

    Project mention: Top 8 Most Popular Open-Source Next.js SaaS Templates | dev.to | 2024-10-22

    1. Next Saas Starter

  20. PostgreSQL

    PostgreSQL client for node.js.

    Project mention: AWS Lamba & RDS Proxy | dev.to | 2025-06-15

    Finally a Lambda function, security group and role which can connect to the RDS Proxy using IAM authentication. Now we can just use pg with the rds-signer package to work with Postgres the way you are used to!

  21. crystal

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

  22. pglite

    Embeddable Postgres with real-time, reactive bindings.

    Project mention: SQLite async connection pool for high-performance | news.ycombinator.com | 2025-07-11
  23. pgcli

    Postgres CLI with autocompletion and syntax highlighting

    Project mention: PostgreSQL IDE in VS Code | news.ycombinator.com | 2025-05-23
  24. citus

    Distributed PostgreSQL as an extension

    Project mention: Sharding Demystified | dev.to | 2025-05-26

    3 . Citus (Scalable Postgres with sharding)

  25. xpipe

    Access your entire server infrastructure from your local desktop

  26. SaaSHub

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

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Postgres discussion

Log in or Post with

Postgres related posts

  • You donโ€™t need 20 tools. Just use Postgres (seriously!)

    6 projects | dev.to | 28 Aug 2025
  • 10 AI Tools That Took My SaaS Website from Zero to Launch!

    6 projects | dev.to | 25 Aug 2025
  • Readyset is a MySQL and Postgres wire-compatible caching layer

    1 project | news.ycombinator.com | 25 Aug 2025
  • Ask HN: What's your Supabase stack look like?

    1 project | news.ycombinator.com | 24 Aug 2025
  • The Value of Hitting the HN Front Page

    2 projects | news.ycombinator.com | 20 Aug 2025
  • Database Setup for Smart Village Project: A Complete Windows Guide

    1 project | dev.to | 16 Aug 2025
  • PG Auto Upgrade โ€“ Docker (and K8s) container to auto upgrade your database

    1 project | news.ycombinator.com | 16 Aug 2025
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 2 Sep 2025
    InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more โ†’

Index

What are some of the best open-source Postgre projects? This list will help you:

# Project Stars
1 supabase 87,716
2 Grafana 69,676
3 Prisma 43,643
4 Metabase 43,423
5 payload 37,211
6 Hasura 31,673
7 drizzle-orm 30,019
8 postgrest 25,654
9 parse-server 21,278
10 TimescaleDB 20,009
11 infisical 19,955
12 neon 19,573
13 teable 19,370
14 Gravitational Teleport 19,068
15 migrate 17,285
16 sqlx 15,567
17 saas-starter 14,110
18 PostgreSQL 12,849
19 crystal 12,788
20 pglite 12,720
21 pgcli 12,612
22 citus 11,754
23 xpipe 11,495

Sponsored
InfluxDB โ€“ Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com