You've already forked awesome-postgres
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:
committed by
Kaarel Moppel
parent
46e080b59a
commit
3df75e3593
@ -19,6 +19,7 @@
|
||||
- [Server](#server)
|
||||
- [Monitoring](#monitoring)
|
||||
- [Extensions](#extensions)
|
||||
- [Work Queues](#work-queues)
|
||||
- [Optimization](#optimization)
|
||||
- [Utilities](#utilities)
|
||||
- [Language bindings](#language-bindings)
|
||||
@ -176,7 +177,7 @@
|
||||
* [ParadeDB](https://github.com/paradedb/paradedb) - Postgres for Search and Analytics
|
||||
|
||||
### 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
|
||||
* [EverSQL](https://www.eversql.com/) - Automated query optimization tool, monitoring and analysis tool, indexing recommendation tool. (Commercial Software)
|
||||
|
Reference in New Issue
Block a user