lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On May 29, 2013, at 6:53 PM, meino.cramer@gmx.de wrote:

> Can someone point me to a good tutorial on how to set up a
> not-that-big database (how to design the data layout depending on
> what the data are) and to an SQL-introduction?

For SQLite itself, there is a friendly mailing list at http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users .

For SQL itself… there are many, many, many resources all over the interweb and beyond… for example Jay A. Kreibich's 'Using SQLite' has introduction to both SQL and SQLite itself:

http://www.sqlite.org/books.html

And, as a bonus, to get you started…

Double-thinking in SQL
http://explainextended.com/2009/07/12/double-thinking-in-sql/