From c010d9233e86624e9fc79d61bd352be83c330419 Mon Sep 17 00:00:00 2001 From: Kaarel Moppel Date: Wed, 30 Apr 2025 18:10:42 +0300 Subject: [PATCH] Add pg_barcode to extensions https://github.com/dhamaniasad/awesome-postgres/issues/409 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 28d27cc..b55e6ae 100644 --- a/README.md +++ b/README.md @@ -150,6 +150,7 @@ * [pg_search](https://github.com/paradedb/paradedb/tree/dev/pg_search) - pg_search is a PostgreSQL extension that enables full-text search over SQL tables using the BM25 algorithm, the state-of-the-art ranking function for full-text search. * [pg_cron](https://github.com/citusdata/pg_cron) - Run periodic jobs in PostgreSQL. * [pglogical](https://github.com/2ndQuadrant/pglogical) - Extension that provides logical streaming replication. +* [pg\_barcode](https://github.com/btouchard/pg_barcode/) - PostgreSQL SVG QRcode & Datamatrix generator. * [pg\_partman](https://github.com/pgpartman/pg_partman) - Partition management extension for PostgreSQL. * [pg\_paxos](https://github.com/citusdata/pg_paxos/) - Basic implementation of Paxos and Paxos-based table replication for a cluster of PostgreSQL nodes. * [pg\_shard](https://github.com/citusdata/pg_shard) - Extension to scale out real-time reads and writes.