The goal of this library is to make it possible for you to write queries without error-prone and hard to refactor string concatenations.
To achieve this goal, the TypeSafeQueryBuilder makes use of proxies. You simply use the methods on these proxies together with the query object to build a query. Doing this, you can make use of the standard content assist available in all good development tools. Besides the content assist, the compiler will also complain when non-compiling code is written, or when code was refactored and the query wasn't. If this doesn't make sense, don't worry, simply start reading the getting started page and go from there.
These are the topics available on this wiki:
Main topics
Additional topics