Hello all.  New guy here ;)

I started working my way through a Python programming book, and got
introduced to SQLite on one of the Python mailing lists.  I have a
particular project goal in mind for when I get a little further along with
Python - making a cross-platform application for running tournaments.
SQLite seems like it would be ideal for handling all the background work
involved with the record keeping and such.

Where I need some help (or more specifically, some pointers towards books,
tutorials and such) is on how I should organize the data in SQLite - how to
split it up between tables, referencing them in queries, backups, dumps,
etc.

I've been stepping through one tutorial I found online, but it is just the
very basics of SQLite operation.  I think (maybe) I will be needing
something covering more fleshed out SQL examples - any suggestions?

Thanks,

Monte
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to