1
0
mirror of https://github.com/dhamaniasad/awesome-postgres.git synced 2025-07-17 07:12:20 +02:00

Add TOC link and shorten desc

This commit is contained in:
Fang-Pen Lin
2025-04-29 19:50:46 -07:00
committed by Kaarel Moppel
parent 46e080b59a
commit 3df75e3593

View File

@ -19,6 +19,7 @@
- [Server](#server) - [Server](#server)
- [Monitoring](#monitoring) - [Monitoring](#monitoring)
- [Extensions](#extensions) - [Extensions](#extensions)
- [Work Queues](#work-queues)
- [Optimization](#optimization) - [Optimization](#optimization)
- [Utilities](#utilities) - [Utilities](#utilities)
- [Language bindings](#language-bindings) - [Language bindings](#language-bindings)
@ -176,7 +177,7 @@
* [ParadeDB](https://github.com/paradedb/paradedb) - Postgres for Search and Analytics * [ParadeDB](https://github.com/paradedb/paradedb) - Postgres for Search and Analytics
### Work Queues ### Work Queues
* [BeanQueue](https://github.com/LaunchPlatform/bq) - A lightweight Python work 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 * [BeanQueue](https://github.com/LaunchPlatform/bq) - A Python work queue framework based on SKIP LOCKED, LISTEN and NOTIFY
### Optimization ### Optimization
* [EverSQL](https://www.eversql.com/) - Automated query optimization tool, monitoring and analysis tool, indexing recommendation tool. (Commercial Software) * [EverSQL](https://www.eversql.com/) - Automated query optimization tool, monitoring and analysis tool, indexing recommendation tool. (Commercial Software)