From b9784f72634ba3c5362ec2f31a9ead90aa9c46d5 Mon Sep 17 00:00:00 2001 From: Junwang Zhao Date: Sat, 23 Nov 2024 23:07:31 +0800 Subject: [PATCH] Add PostgreSQL hacking A curated list of awesome PostgreSQL hacking resources. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 3ebe7d32..d163f554 100644 --- a/readme.md +++ b/readme.md @@ -582,6 +582,7 @@ - [RethinkDB](https://github.com/d3viant0ne/awesome-rethinkdb#readme) - [TinkerPop](https://github.com/mohataher/awesome-tinkerpop#readme) - Graph computing framework. - [PostgreSQL](https://github.com/dhamaniasad/awesome-postgres#readme) - Object-relational database. + - [Hacking](https://github.com/pghacking/awesome-postgres-hacking#readme) - Resources for PostgreSQL hacking. - [CouchDB](https://github.com/quangv/awesome-couchdb#readme) - Document-oriented NoSQL database. - [HBase](https://github.com/rayokota/awesome-hbase#readme) - Distributed, scalable, big data store. - [NoSQL Guides](https://github.com/erictleung/awesome-nosql-guides#readme) - Help on using non-relational, distributed, open-source, and horizontally scalable databases.