From 61b246cf52f3b46e0a390176d7ff5720fc342071 Mon Sep 17 00:00:00 2001 From: Ryan Dalton <110407320+dalryan@users.noreply.github.com> Date: Thu, 9 May 2024 20:12:01 +0200 Subject: [PATCH] Add PostgreSQL --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c84c6af..1e774d2 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,7 @@ This should be updated fairly regularly. As usual, **pull requests are encourage * [Posit Documentation](https://docs.posit.co/) - Clean, simple, and easy on the eyes. (contributed by [@foxnic](https://github.com/foxnic)) * [FastAPI](https://fastapi.tiangolo.com) - Python framework for building APIs with beautiful and complete documentation. (contributed by [@jrwaine](https://github.com/jrwaine)) * [Circles, Sines and Signals](https://jackschaedler.github.io/circles-sines-signals/) - A Compact Primer on Digital Signal Processing. (contributed by [@PharkMillups](https://github.com/PharkMillups)) +* [PostgreSQL](https://www.postgresql.org/docs/current/index.html) - One of the most reliable sets of documentation available. There is rarely a need to go outside the documentation. (contributed by [@dalryan](https://github.com/dalryan)) ### Writing about Docs