1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 04:30:01 +02:00

Added PostgreSQL tutorial for beginners (#2506)

* feat: free content about ci/cd

add a read free content about ci/cd

* feat: add a postgre tutorial

Added PostgreSQL full tutorial for beginners in SQL

Thank you '-'
This commit is contained in:
Julio Martins
2022-10-21 14:21:10 -03:00
committed by GitHub
parent 19c92a7ac2
commit 80296dcfb1

View File

@@ -11,5 +11,6 @@ PostgreSQL, also known as Postgres, is a free and open-source relational databas
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink badgeText='Official Website' colorScheme="blue" href='https://www.postgresql.org/'>Official Website</BadgeLink>
<BadgeLink badgeText='Read' colorScheme="yellow" href='https://www.geeksforgeeks.org/what-is-postgresql-introduction/'>What is PostgreSQL</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.postgresqltutorial.com/'>Learn PostgreSQL - Full Tutorial for Beginners</BadgeLink>
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=qw--VYLpxG4'>Learn PostgreSQL Tutorial - Full Course for Beginners</BadgeLink>
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=eMIxuk0nOkU'>Postgres tutorial for Beginners</BadgeLink>