src/allographer/v1/query_builder/models/mariadb/mariadb_connections

Procs

proc `$`(self: MariadbConnections | MariadbQuery): string
proc raw(self: MariadbConnections; sql: string; arges = newJArray()): RawMariadbQuery {.
    ...raises: [], tags: [].}

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

can't use BLOB data.

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