Added SQLite tutorial link

This commit is contained in:
William Mantly 2015-07-06 10:21:26 -04:00
parent 0e0ad512b0
commit 749bf6d87f

View File

@ -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/) [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/) [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/) [10 common database design mistakes](https://www.simple-talk.com/sql/database-administration/ten-common-database-design-mistakes/)