Sql
Creates a Sql from the given body and parameters.
Creates a Sql by running the given SqlBuilder block.
val sql = Sql { +"SELECT * FROM users WHERE user_id = $userId" }Content copied to clipboard
Creates a Sql from the given body and parameters.
Creates a Sql by running the given SqlBuilder block.
val sql = Sql { +"SELECT * FROM users WHERE user_id = $userId" }