i figured one of the gurus in here could tell me if/how this is possible
already:
i like simple, singular table names. For example "user". I bet you know
the problem already: USER is a keyword, and when I query this table i
get errors. Is there a way to make mysql's keyword-watching
case-sensitive? so it would leave "user" alone but catch errors on
"USER". Good SQL writing means capitalizing keywords yourself...
should i just get accustomed to table prefixes? i think they're ugly;
what do you think?