lua-users home
lua-l archive

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


On 05/29/2013 01:53 PM, meino.cramer@gmx.de wrote:
Now a little very offtopic question:
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?

Just a recommendation:

Whatever you read don't be afraid of dumping all your data in a single table. After you have your system working you can have fun and learn a lot normalizing your data. And benchmarking and pondering on tradeoffs. Or not :)

Jorge