From bf7a5196f06fb9801d2b56f952f4c1d0cff0ca54 Mon Sep 17 00:00:00 2001 From: Zeal Shah <75566085+zealshah29@users.noreply.github.com> Date: Tue, 27 Feb 2024 00:02:20 +0530 Subject: [PATCH] Update stack.md Added PostgreSQL's documentation link. --- documentation/general/stack.md | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/general/stack.md b/documentation/general/stack.md index ccd503ba9d1..820a8942f31 100644 --- a/documentation/general/stack.md +++ b/documentation/general/stack.md @@ -16,6 +16,7 @@ This page is your gateway to understanding our diverse technology stack. Explore - Language: Python - Tools and Framework: - [Elasticsearch](https://www.elastic.co/guide/index.html) + - [PostgreSQL](https://www.postgresql.org/docs/) 3. API - The Django REST API for querying the database, used by the frontend - [Code](https://github.com/WordPress/openverse/blob/main/api)