We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa7e976 + 93032e8 commit 3a253dfCopy full SHA for 3a253df
CONTRIBUTING.md
@@ -71,3 +71,10 @@ We require all commits to be signed off with a [Developer Certificate of Origin]
71
- [Python's official style guide](https://www.python.org/dev/peps/pep-0008/)
72
- [Python best practices](https://gist.github.com/sloria/7001839)
73
- [The Zen of Python](https://www.python.org/dev/peps/pep-0020/)
74
+
75
+### PostgreSQL guides
76
+- [PostgreSQL installation guide](https://www.postgresql.org/docs/12/tutorial-install.html)
77
+- [PostgreSQL official tutotial](https://www.postgresql.org/docs/)
78
+- [PostgreSQL docker official image](https://hub.docker.com/_/postgres)
79
+- [SQL style guide](https://docs.telemetry.mozilla.org/concepts/sql_style.html)
80
0 commit comments