src/allographer/v1/query_builder/models/mysql/mysql_connections

Procs

proc `$`(self: MysqlConnections | MysqlQuery): string
proc raw(self: MysqlConnections; sql: string; arges = newJArray()): RawMysqlQuery {.
    ...raises: [], tags: [].}

arges is JArray [true, 1, 1.1, "str"]

can't use BLOB data.

proc select(self: MysqlConnections; columnsArg: varargs[string]): MysqlQuery {.
    ...raises: [], tags: [].}
proc table(self: MysqlConnections; tableArg: string): MysqlQuery {....raises: [],
    tags: [].}