From 61bf83b7b8fe181239f3c657ec8162cd29053e40 Mon Sep 17 00:00:00 2001 From: Asad Dhamani Date: Tue, 7 Nov 2017 22:08:53 +0530 Subject: [PATCH] Add postgresDBSamples Closes #50 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c185105..d31ae1f 100644 --- a/README.md +++ b/README.md @@ -171,6 +171,7 @@ * [Postgres Guide](http://postgresguide.com/) - Guide designed as an aid for beginners and experienced users to find specific tips and explore tools available within PostgreSQL. * [PostgreSQL Exercises](https://pgexercises.com/) - Site to make it easy to learn PostgreSQL by doing exercises. * [tutorialspoint PostgreSQL tutorial](http://www.tutorialspoint.com/postgresql/) - Very extensive collection of tutorials on PostgreSQL +* [postgresDBSamples](https://github.com/morenoh149/postgresDBSamples) - A collection of sample postgres schemas ### Blogs * [Planet PostgreSQL](https://planet.postgresql.org/) - Blog aggregation service for PostgreSQL.