1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-29 20:21:50 +02:00

Add PostgreSQL resources

* Update 100-postgresql.md

* Update 100-postgresql.md

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
This commit is contained in:
Madukoma Blessed
2022-01-28 22:20:19 +01:00
committed by GitHub
parent 97578cdea9
commit 28ef1cd198

View File

@@ -1 +1,9 @@
# Postgresql
# PostgreSQL
PostgreSQL, also known as Postgres, is a free and open-source relational database management system emphasizing extensibility and SQL compliance.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink badgeText='Official Website' colorScheme="red" 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 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>