Update wiki/PostgreSQL.md
3ca05cc455b2 harrisonqian 2026-04-12 1 file
index 041c909..a3c86c3 100644
@@ -12,4 +12,6 @@ primary database. the one database you need for almost everything.
**in the stack:** locally for development, remotely on [[AWS Lightsail]] for production. also use Supabase (via [[MCP]]) as a managed Postgres option for some projects.
-**why Postgres:** rock-solid, SQL-native, extensible (pgvector, PostGIS, etc.), and the ecosystem tooling is unmatched.
\ No newline at end of file
+**why Postgres:** rock-solid, SQL-native, extensible (pgvector, PostGIS, etc.), and the ecosystem tooling is unmatched.
+
+**deep dive:** [awesome-postgres](/@harrisonqian/awesome/wiki/databases/postgresql) — the full ecosystem of PostgreSQL tools, extensions, and resources.
\ No newline at end of file