com.lucidchart.open.relate
Provide implicit method calls for syntactic sugar
These functions should be used in the on and expand methods.
import com.lucidchart.open.relate._ import com.lucidchart.open.relate.Query._ SQL("SELECT * FROM users WHERE id={id}").on { implicit query => long("id", 1L) }
See the Relate Wiki for more information.
Provide implicit method calls for syntactic sugar
These functions should be used in the on and expand methods.
See the Relate Wiki for more information.