awesome-postgres icon indicating copy to clipboard operation
awesome-postgres copied to clipboard

A curated list of awesome PostgreSQL software, libraries, tools and resources, inspired by awesome-mysql

Results 102 awesome-postgres issues
Sort by recently updated
recently updated
newest added

BeanQueue is a lightweight Python task queue framework based on [SQLAlchemy](https://www.sqlalchemy.org/), PostgreSQL [SKIP LOCKED queries](https://www.2ndquadrant.com/en/blog/what-is-select-skip-locked-for-in-postgresql-9-5/) and [NOTIFY](https://www.postgresql.org/docs/current/sql-notify.html) / [LISTEN](https://www.postgresql.org/docs/current/sql-listen.html) statements. It makes queue background task with database transaction easier than...

GatewayD is a free and open-source cloud-native database gateway and framework for building data-driven applications. It is a middleware that sits between your database servers and clients and proxies all...