Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Postgresql

Postgresql

886 projects

Showing 36 of 886 projects

graphql-sequelize
graphql-sequelizeJavaScript

A helper library for building GraphQL APIs with Sequelize models, providing automatic query resolution and field generation.

#orm#relay#graphql
Stars1.9k
Forks159
Last commit3 years ago
ORM
ORMPython

An async ORM for Python with support for Postgres, MySQL, and SQLite, built on SQLAlchemy core.

#alembic#database#async-orm
Stars1.9k
Forks96
Last commit3 years ago
Spilo
SpiloPython

Highly available elephant herd: HA PostgreSQL cluster using Docker

#patroni#high-availability#python
Stars1.9k
Forks460
Last commit3 days ago
Reshape
ReshapeRust

A zero-downtime schema migration tool for Postgres that enables gradual application rollouts.

#devops#postgres#database-tool
Stars1.8k
Forks40
Last commit1 month ago
pgwatch2
pgwatch2PLpgSQL

A flexible, self-contained PostgreSQL metrics monitoring and dashboarding solution supporting versions 9.0 to 16.

#postgres#metrics-gatherer#dashboard
Stars1.8k
Forks227
Last commit1 year ago
Npgsql.EntityFrameworkCore.PostgreSQL
Npgsql.EntityFrameworkCore.PostgreSQLC#

Entity Framework Core provider for PostgreSQL, enabling .NET developers to interact with PostgreSQL databases using LINQ.

#database-driver#entity-framework-core#orm
Stars1.8k
Forks261
Last commit
Lotus
LotusPython

Open-source pricing and billing engine for SaaS companies to deploy, monitor, and experiment with custom subscriptions and usage-based pricing.

#usage-based-pricing#open-source#api
Stars1.8k
Forks134
Last commit3 days ago
Mantis
MantisPHP

A web-based open-source bug tracking system for software development teams.

#hacktoberfest#bugtracker#issue-tracking
Stars1.8k
Forks764
Last commit2 days ago
cstore_fdw
cstore_fdwC

A columnar storage extension for PostgreSQL built as a foreign data wrapper, optimized for analytics and data archival.

#database-extension#columnar-store#data-archival
Stars1.8k
Forks169
Last commit5 years ago
marginalia
marginaliaRuby

Attach comments to ActiveRecord SQL queries to trace their origin in Rails applications.

#rails#query-logging#database-debugging
Stars1.8k
Forks147
Last commit3 months ago
bob
bobGo

A Go SQL toolkit with a query builder, ORM, and code generation for PostgreSQL, MySQL, and SQLite.

#query-builder#orm#database
Stars1.8k
Forks111
Last commit5 days ago
SQLancer
SQLancerJava

Automated testing tool that finds logic and performance bugs in database management systems (DBMSs) through intelligent SQL generation and validation.

#logic-bugs#tidb#performance-testing
Stars1.7k
Forks398
Last commit6 days ago
sea-query
sea-queryRust

A dynamic SQL query builder for Rust that supports MySQL, PostgreSQL, and SQLite with a unified API.

#query-builder#orm#database
Stars1.7k
Forks266
Last commit22 days ago
EntityFramework.Exceptions
EntityFramework.ExceptionsC#

A library that provides strongly typed exceptions for handling database errors in Entity Framework Core and ADO.NET.

#entity-framework-core#oracle#sql-server
Stars1.7k
Forks84
Last commit3 months ago
go-sqlbuilder
go-sqlbuilderGo

A flexible and powerful SQL string builder library plus a zero-config ORM for Go.

#query-builder#orm#database
Stars1.7k
Forks140
Last commit1 month ago
Greenmask
GreenmaskGo

An open-source tool for PostgreSQL and MySQL database anonymization, synthetic data generation, and logical dumping.

#logical-backup#devops#database-subsetting
Stars1.7k
Forks63
Last commit20 days ago
repmgr
repmgrC

A lightweight suite of open-source tools to manage replication and failover within PostgreSQL clusters.

#replication-manager#open-source#postgres
Stars1.7k
Forks263
Last commit3 months ago
Bracket
BracketTypeScript

Selfhosted tournament system

#fastapi#tournament-bracket#mantine
Stars1.7k
Forks171
Last commit4 days ago
Logidze
LogidzeRuby

A PostgreSQL-based database changes logger for Rails applications, storing version history in a JSONB column using triggers.

#hacktoberfest#rails#jsonb
Stars1.7k
Forks83
Last commit2 months ago
HypoPG
HypoPGC

A PostgreSQL extension that enables creation and testing of hypothetical indexes without actually building them.

#database#performance-testing#c
Stars1.7k
Forks61
Last commit1 month ago
skunk
skunkScala

A purely functional, type-safe data access library for Scala applications using PostgreSQL.

#database-driver#functional-programming#database
Stars1.7k
Forks176
Last commit8 days ago
Message DB
Message DBShell

A PostgreSQL-based event store and message store for pub/sub, event sourcing, and microservices applications.

#event-driven#database#event-driven-architecture
Stars1.7k
Forks63
Last commit2 years ago
catarse
catarseRuby

An open-source crowdfunding platform for creative projects, originally developed in Brazil.

#payment-gateway#open-source#rails
Stars1.6k
Forks813
Last commit3 years ago
Postbird
PostbirdJavaScript

A cross-platform open-source PostgreSQL GUI client for macOS, Linux, and Windows.

#desktop-application#open-source#desktop-app
Stars1.6k
Forks129
Last commit1 year ago
pgcenter
pgcenterGo

A command-line admin tool for observing and troubleshooting PostgreSQL with a top-like interface and system statistics.

#devops#observability#postgresql-statistics
Stars1.6k
Forks105
Last commit1 month ago
Open Dota
Open DotaTypeScript

Open source Dota 2 data platform providing automated replay parsing and a public API for match analytics.

#game-analytics#hacktoberfest#replay-parsing
Stars1.6k
Forks316
Last commit9 days ago
pg_flame
pg_flameGo

Generates interactive flamegraphs from PostgreSQL EXPLAIN ANALYZE output to visualize query performance.

#database#explain-analyze#postgres
Stars1.6k
Forks36
Last commit6 years ago
fapro
faproPython

A free, cross-platform, single-file fake protocol server simulator that can start or stop multiple network services.

#traffic-analysis#simulation#honeypot
Stars1.6k
Forks181
Last commit1 year ago
SOCI
SOCIC++

A C++ database access library providing a simple, unified interface for multiple database backends.

#database-access#orm#multi-backend
Stars1.6k
Forks516
Last commit23 days ago
rust-musl-builder
rust-musl-builderDockerfile

Docker images for compiling static Rust binaries using musl-libc, with static C libraries for openssl, diesel, and sqlx.

#alpine-linux#static-linking#cross-compilation
Stars1.6k
Forks192
Last commit2 years ago
sql-tap
sql-tapGo

A real-time SQL traffic viewer that proxies database connections to capture and inspect queries via TUI or web UI.

#real-time-debugging#tidb#observability
Stars1.6k
Forks49
Last commit17 days ago
pg_search
pg_searchRuby

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

#search#rails#metaphone
Stars1.6k
Forks381
Last commit1 month ago
Grafeas
GrafeasGo

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

#container-security#api#software-supply-chain
Stars1.6k
Forks307
Last commit15 days ago
Chloe
ChloeC#

A lightweight, high-performance .NET ORM library with LINQ-style querying for multiple databases.

#orm#database#oracle
Stars1.5k
Forks449
Last commit6 months ago
pgcopydb
pgcopydbC

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

#logical-replication#devops#pg-restore
Stars1.5k
Forks115
Last commit22 days ago
IRIS
IRISPython

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

#forensic#digital-forensics#digital-forensics-incident-response
Stars1.5k
Forks313
Last commit12 days ago
PreviousPage 8 of 25Next

Related Tags

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
2 days ago
#Mysql266
#Database232
#Sqlite165
#Sql164
#Docker152
#Self Hosted150
#Postgres127
#Go111
#Orm94
#Devops93
#Golang76
#Python74