Compressed package files now in dist directory
Inner JOIN appears to be working now
Multiple tables using "getJoins()". Still need to do "WHERE xxx.yyy = www.zzz" (not working yet)
Now WHERE statements with AND supported, as well as numerical comparisons.
The problem was that (for some reason) index/INDEX is a reserved word and can't be used in "ORDER BY" (even though "name" is also a reserved word and that *can* be used in "ORDER BY"). Solution: use "id" instead of "index".