From e23214de86606f8f18721fb0b72252d9a028b7ce Mon Sep 17 00:00:00 2001 From: Ivan Uy Date: Mon, 1 Oct 2018 12:58:06 +0800 Subject: [PATCH] How to Create a Database Model From Scratch tutorial --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 077c22b..60fc688 100644 --- a/README.md +++ b/README.md @@ -263,6 +263,7 @@ More free resources can be found on [codeburst.io](https://codeburst.io) * [Learn PostgreSQL (GitHub)](https://github.com/dwyl/learn-postgresql) * [Try Redis](https://try.redis.io/) * [Redis Tutorial](https://www.tutorialspoint.com/redis/) +* [How to Create a Database Model From Scratch](http://www.vertabelo.com/blog/technical-articles/how-to-create-a-database-model-from-scratch) --- ### Learn Authentication