Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Postgresql

Postgresql

689 projects

Showing 36 of 689 projects

SQLStreamStore
SQLStreamStoreC#

A .NET stream store library for implementing event-sourced applications using SQL databases.

#event-driven-architecture#cqrs#async-api
Stars467
Forks130
Last commit1 year ago
Supabase
Supabase

A curated list of official and community Supabase starters, tools, migration guides, courses, and resources.

#developer-tools#fullstack-development#open-source-alternative
Stars466
Forks49
Last commit1 month ago
TeamMapper
TeamMapperTypeScript

A self-hostable mindmapping tool with real-time collaboration, import/export, and GDPR-compliant data handling.

#nestjs#mindmapping#brainstorming
Stars464
Forks40
Last commit4 days ago
Aura.SqlQuery
Aura.SqlQueryPHP

Independent query builders for MySQL, PostgreSQL, SQLite, and Microsoft SQL Server in PHP.

#query-builder#mssql#microsoft-sql-server
Stars456
Forks87
Last commit5 months ago
Rihanna
RihannaElixir

A high-performance, reliable Postgres-backed distributed job queue for Elixir with ACID guarantees and a web GUI.

#async-processing#elixir#distributed-systems
Stars455
Forks47
Last commit3 years ago
sqlingo
sqlingoGo

A lightweight SQL DSL and ORM for Go that generates code from your database and enables elegant SQL query writing.

#query-builder#orm#database
Stars454
Forks26
Last commit2 months ago
Walkable
WalkableClojure

A Clojure/ClojureScript SQL library for building APIs with Datomic®-style pull syntax and dynamic filtering.

#pull-syntax#clojurescript#graphql
Stars452
Forks15
Last commit4 years ago
epgsql
epgsqlErlang

An Erlang PostgreSQL client library with asynchronous support, pipelining, and multiple API interfaces.

#database-driver#pipelining#postgres
Stars446
Forks165
Last commit1 month ago
Meguca
MegucaRust

A high-performance, anonymous real-time imageboard platform focused on free speech and transparent moderation.

#realtime#moderation-tools#imageboard
Stars445
Forks78
Last commit3 years ago
sqlint
sqlintRuby

A simple command-line SQL linter that checks syntax against ANSI and PostgreSQL standards.

#pre-commit#editor-integration#syntax-checking
Stars438
Forks26
Last commit6 months ago
campo
campoRuby

A lightweight forum application built with Ruby on Rails, designed for simple community discussions.

#redis#lightweight#forum-software
Stars437
Forks131
Last commit11 years ago
fiber-boilerplate
fiber-boilerplateGo

A production-ready Go boilerplate built on the Fiber web framework with authentication, database, UI, and deployment features.

#authentication#fiber-framework#rest-api
Stars433
Forks52
Last commit
pgmoon
pgmoonMoonScript

A pure Lua PostgreSQL client library for OpenResty, LuaSocket, cqueues, and LuaPosix environments.

#database-driver#postgres#luasocket
Stars431
Forks94
Last commit1 month ago
Edgy ORM
Edgy ORMPython

A Python ORM built on SQLAlchemy core with Pydantic integration for automatic validation and high performance.

#orm#database#asyncio
Stars430
Forks11
Last commit4 days ago
Postmodern
PostmodernCommon Lisp

A Common Lisp library for interacting with PostgreSQL databases, embracing PostgreSQL-specific features.

#database-driver#orm#connection-pooling
Stars430
Forks90
Last commit10 months ago
yuniql
yuniqlC#

A free, open-source schema versioning and database migration engine built with .NET Core, using plain SQL scripts.

#azure-devops#devops#schema-versioning
Stars427
Forks64
Last commit1 year ago
jennifer.cr
jennifer.crCrystal

An ActiveRecord pattern ORM for Crystal with a flexible query DSL, validations, relationships, and migrations.

#orm#database#crystal-lang
Stars425
Forks57
Last commit1 year ago
Request Baskets
Request BasketsGo

A web service to collect and inspect arbitrary HTTP requests via RESTful API or web UI, useful for testing webhooks and REST clients.

#rest#bolt-db#rest-api
Stars423
Forks64
Last commit1 year ago
dbq
dbqGo

A lightweight Go library that eliminates boilerplate code for MySQL and PostgreSQL database operations.

#query-builder#database#postgres
Stars416
Forks20
Last commit5 years ago
LINQPad.QueryPlanVisualizer
LINQPad.QueryPlanVisualizerC#

Visualize SQL Server and PostgreSQL query execution plans for Entity Framework and LINQ to SQL queries directly within LINQPad.

#entity-framework-core#linqpad#orm
Stars416
Forks31
Last commit2 years ago
Shhh
ShhhPython

A tiny Flask app to create encrypted secrets and share them securely, keeping sensitive info out of emails and chat logs.

#api#flask#secret-sharing
Stars414
Forks31
Last commit20 days ago
njord
njordRust

A versatile, feature-rich Rust ORM library for simplifying database interactions across multiple systems.

#mssql#orm#database
Stars410
Forks18
Last commit7 months ago
pgMemento
pgMementoPLpgSQL

PostgreSQL extension providing an audit trail and schema versioning using transaction-based logging and JSONB delta storage.

#transaction-logging#schema-versioning#transaction-log
Stars409
Forks41
Last commit1 month ago
Sequenced
SequencedRuby

A Ruby gem that generates scoped sequential IDs for ActiveRecord models to avoid exposing primary keys in URLs.

#rails#ruby-gem#activerecord
Stars406
Forks65
Last commit3 years ago
skylines-project
skylines-projectPython

An open-source web platform for pilots to share flights, track live flights, and participate in competitions.

#gliding#live-tracking#flight-tracking
Stars404
Forks101
Last commit1 day ago
SkyLines
SkyLinesPython

An open-source web platform for pilots to share flights, track live flights, and participate in competitions.

#gliding#open-source#live-tracking
Stars404
Forks101
Last commit1 day ago
ES6 Coding Style
ES6 Coding Style

Personal coding style guidelines for ES6 and PostgreSQL with an ESLint configuration.

#coding-guidelines#code-quality#postgresql
Stars401
Forks83
Last commit9 years ago
pganalyze collector
pganalyze collectorGo

A Go-based daemon that collects PostgreSQL schema, statistics, and OS metrics for monitoring and graphing systems.

#database#helm#database-monitoring
Stars399
Forks80
Last commit7 days ago
bemi
bemiTypeScript

Automatic and reliable PostgreSQL data change tracking using Write-Ahead Log and Change Data Capture.

#data-versioning#time-travel#change-data-capture
Stars399
Forks12
Last commit5 months ago
FuturamaAPI
FuturamaAPIPython

A Futurama-themed REST and GraphQL API with real-time updates, built as a tech playground for modern web development.

#fastapi#alembic#graphql
Stars398
Forks24
Last commit17 days ago
tutorial-go-fiber-rest-api
tutorial-go-fiber-rest-apiGo

A tutorial demonstrating how to build a RESTful API with Go Fiber, PostgreSQL, JWT authentication, and Swagger documentation using Docker containers.

#backend-development#containerization#api
Stars398
Forks83
Last commit
Bunnybook
BunnybookPython

A tiny social network demo built with FastAPI and React+RxJs, featuring chat, posts, friend requests, and notifications.

#fastapi#redis#social-network
Stars397
Forks36
Last commit4 years ago
Indigo
IndigoC++

A universal cheminformatics toolkit with database search engines, a core library, and utilities for molecular processing.

#scientific-computing#cheminformatics#webassembly
Stars396
Forks127
Last commit2 days ago
ecto_psql_extras
ecto_psql_extrasElixir

Elixir library providing PostgreSQL database performance insights like locks, index usage, cache hit ratios, and vacuum stats.

#elixir#ecto#database-performance
Stars395
Forks36
Last commit1 year ago
pgclimb
pgclimbGo

A PostgreSQL utility to export data into different formats like JSON, CSV, XLSX, and XML with custom template support.

#reporting#data-export#command-line-tool
Stars393
Forks38
Last commit6 years ago
pgcat
pgcatGo

An enhanced PostgreSQL logical replication tool that supports bi-directional replication, table mapping, and last-writer-win conflict resolution.

#logical-replication#bi-directional-replication#data-synchronization
Stars386
Forks18
Last commit1 year ago
PreviousPage 13 of 20Next

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
8 months ago
4 months ago
#Mysql224
#Database199
#Sql147
#Sqlite137
#Self Hosted128
#Docker115
#Postgres107
#Go92
#Orm84
#Devops73
#Golang63
#Python50