add posgresDBSamples

This commit is contained in:
Harry Moreno 2016-02-16 00:46:30 -05:00
parent af3d6bef0f
commit 994419a9de

View File

@ -75,6 +75,7 @@ A curated list of awesome PostgreSQL software, libraries, tools and resources, i
### Tutorials
* [tutorialspoint PostgreSQL tutorial](http://www.tutorialspoint.com/postgresql/) - A very extensive collection of tutorials on PostgreSQL
* [Postgres Guide](http://postgresguide.com/) - A guide designed as an aid for beginners and experienced users to find specific tips and explore tools available within Postgres
* [postgresDBSamples](https://github.com/morenoh149/postgresDBSamples) - A collection of sample postgres schemas
* [Backup and recover a Postgres DB using wal-e](https://coderwall.com/p/cwe2_a/backup-and-recover-a-postgres-db-using-wal-e) - A tutorial about setting up continuous archiving in PostgreSQL using wal-e
* [PostgreSQL Exercises](http://pgexercises.com/) - A site to make it easy to learn PostgreSQL by doing