From 749bf6d87f810729516abce9fbb70548e1acd9fc Mon Sep 17 00:00:00 2001 From: William Mantly Date: Mon, 6 Jul 2015 10:21:26 -0400 Subject: [PATCH] Added SQLite tutorial link --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0fc9e20..366fe16 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ Today we're going to be diving into databses. We'll explore the basics of databa [SQL Schema Designer](http://ondras.zarovi.cz/sql/demo/) +[SQLite tutorial](http://zetcode.com/db/sqlite/) + [Best practices for database design. There are more good things on this site](http://www.sqlwatchmen.com/blogs/jim/2011/03/28/best-practices-for-database-schema-design/) [10 common database design mistakes](https://www.simple-talk.com/sql/database-administration/ten-common-database-design-mistakes/)