Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Stacks
  3. PostgreSQL
P

PostgreSQL

Database
656 projects3092.0k total stars449.8k total forks43 languages

Open-source projects built with PostgreSQL

There are currently 656 open-source projects built with PostgreSQL, with a combined total of 3092.0k GitHub stars. The most common language among these projects is Ruby.

Showing 605 open-source projects · page 8 of 17

……
Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
HASH
HASHhashintel/hash

An open-source, multi-tenant platform for self-building knowledge graphs and simulation.

1.6k121Rust
1 day ago
Rust-Full-Stack
Rust-Full-Stacksteadylearner/Rust-Full-Stack

A collection of full-stack Rust examples and tutorials for building web applications, APIs, and microservices.

1.6k130Rust
3 years ago
pg_search
pg_searchCasecommons/pg_search

Adds PostgreSQL full-text search capabilities to ActiveRecord models with named scopes and multi-model search.

1.6k380Ruby
12 days ago
db-scheduler
db-schedulerkagkarlsson/db-scheduler

A persistent, cluster-friendly task scheduler for Java applications using a single database table.

1.6k245Java
2 days ago
Grafeas
Grafeasgrafeas/grafeas

An open-source artifact metadata API for auditing and governing software supply chains.

1.6k307Go
9 days ago
Vanity
Vanityassaf/vanity

A/B testing framework for Ruby on Rails applications with datastore agnostic experiment tracking.

1.5k266Ruby
3 years ago
IRIS
IRISdfir-iris/iris-web

A web-based collaborative platform for incident responders to share technical details during cybersecurity investigations.

1.5k302Python
1 month ago
rails_db
rails_dbigorkasyanchuk/rails_db

A Rails gem providing a web-based database viewer and SQL query runner for inspecting, editing, and managing your application's database.

1.5k110JavaScript
10 months ago
pgcopydb
pgcopydbdimitri/pgcopydb

A tool to copy PostgreSQL databases between servers with parallel data streaming and concurrent index building, bypassing intermediate files.

1.5k114C
3 days ago
SmartStoreNET
SmartStoreNETsmartstore/Smartstore

A modular, scalable, ultra-fast open-source all-in-one eCommerce platform built on ASP.NET Core 10.

1.5k563C#
1 day ago
Acra
Acracossacklabs/acra

Database security suite providing field-level encryption, SQL injection prevention, and intrusion detection for sensitive data.

1.5k137Go
1 month ago
Korma
Kormakorma/Korma

A Clojure library for building and executing SQL queries with a composable, functional DSL.

1.5k216Clojure
5 years ago
pgx_scripts
pgx_scriptspgexperts/pgx_scripts

A collection of PostgreSQL scripts for database analysis, bloat estimation, index optimization, and idle transaction management.

1.5k243Shell
2 years ago
node-pg-migrate
node-pg-migratesalsita/node-pg-migrate

A Node.js migration management tool built exclusively for PostgreSQL, with automatic down migration inference.

1.5k192TypeScript
2 days ago
libpg_query
libpg_querypganalyze/libpg_query

C library that provides PostgreSQL's SQL parser and scanner as a standalone component for external tools.

1.5k221C
8 days ago
ExpenseOwl
ExpenseOwltanq16/expenseowl

A dead-simple, self-hosted expense tracker with a beautiful UI and monthly pie-chart visualization.

1.4k133HTML
7 months ago
Over-engineered ToDo app
Over-engineered ToDo appbitloops/ddd-hexagonal-cqrs-es-eda

A production-ready TypeScript/NestJS reference implementation of DDD, Hexagonal Architecture, CQRS, Event Sourcing, and Event-Driven Architecture.

1.4k122TypeScript
6 months ago
Databunker
Databunkersecuritybunker/databunker

A self-hosted, GDPR-compliant Go tool for secure tokenization and encrypted storage of PII, PHI, PCI, and KYC records.

1.4k90Go
2 months ago
Databunker
Databunkerparanoidguy/databunker

A self-hosted, GDPR-compliant Go-based vault for secure tokenization and storage of PII, PHI, PCI, and KYC records.

1.4k90Go
2 months ago
pgRouting
pgRoutingpgRouting/pgrouting

pgRouting extends PostgreSQL/PostGIS with geospatial routing and network analysis functions.

1.4k393C++
13 days ago
zapatos
zapatosjawj/zapatos

A zero-abstraction Postgres library for TypeScript that provides type safety without being an ORM.

1.4k48TypeScript
8 months ago
NAPERG
NAPERGalan345/naperg

A fullstack SaaS boilerplate with AI features, built with tRPC, Fastify, and React for rapid web app development.

1.4k216TypeScript
3 days ago
µTask
µTaskovh/utask

A lightweight automation engine that models and executes business processes declared in YAML.

1.4k96Go
1 month ago
cloudscribe
cloudscribecloudscribe/cloudscribe

ASP.NET Core multi-tenant web application foundation with built-in management for sites, users, roles, and claims.

1.4k284C#
12 days ago
brimir
brimirivaldi/brimir

A simple, self-hosted email helpdesk system built with Ruby on Rails for handling customer support requests.

1.4k292Ruby
7 years ago
Yessql
Yessqlsebastienros/yessql

A .NET document database interface that works over any relational database, providing document storage with SQL power.

1.4k196C#
22 days ago
pg_auto_failover
pg_auto_failovercitusdata/pg_auto_failover

A PostgreSQL extension and service for automated failover and high-availability, optimized for simplicity and correctness.

1.3k136C
6 months ago
Bank of Anthos
Bank of AnthosGoogleCloudPlatform/bank-of-anthos

A sample retail banking application demonstrating modern cloud-native development with Kubernetes and Google Cloud services.

1.3k800Java
9 days ago
Warrant
Warrantwarrant-dev/warrant

A highly scalable, centralized authorization service based on Google Zanzibar for defining, enforcing, querying, and auditing fine-grained access control.

1.3k52Go
6 months ago
Promscale
Promscaletimescale/promscale

A deprecated unified observability backend for Prometheus, Jaeger, and OpenTelemetry metrics and traces built on PostgreSQL and TimescaleDB.

1.3k170Go
2 years ago
postgres_dba
postgres_dbaNikolayS/postgres_dba

A collection of 34 diagnostic SQL reports for PostgreSQL DBAs, accessible directly within psql with no external dependencies.

1.3k144PLpgSQL
1 month ago
fastapi-alembic-sqlmodel-async
fastapi-alembic-sqlmodel-asyncvargasjona/fastapi-alembic-sqlmodel-async

A production-ready FastAPI project template with async SQLModel, Alembic, JWT authentication, RBAC, Celery, and Docker.

1.3k172Python
2 months ago
ledger
ledgerformancehq/ledger

A programmable open-source core ledger providing atomic multi-postings transactions and account-based modeling for fintech applications.

1.2k165Go
2 days ago
Ledger
Ledgernumary/ledger

A programmable open-source core ledger for fintech applications, providing atomic multi-postings transactions and account-based modeling.

1.2k165Go
2 days ago
FIM Agent
FIM Agentfim-ai/fim-agent

An AI-powered hub that connects disparate enterprise systems (ERP, CRM, databases) via LLM agents with dynamic DAG planning and concurrent execution.

1.2k133Python
3 days ago
Picsur
PicsurCaramelFur/Picsur

A self-hostable image sharing service with built-in conversion and editing, similar to Imgur.

1.2k66TypeScript
7 months ago
1
7
8
9
17