mammoth
mammoth copied to clipboard
Support selecting from multiple tables
Currently, it's not possible to select from multiple tables e.g. db.select(foo.id).from(foo, bar) (you could do a cross join but ok). So we want to accept multiple from items in the from function.