Procs
proc avgBuilder(self: MariadbQuery; column: string): string {. ...raises: [KeyError, ValueError], tags: [], forbids: [].}
proc columnBuilder(self: MariadbQuery): string {....raises: [KeyError, ValueError], tags: [], forbids: [].}
proc countBuilder(self: MariadbQuery): string {....raises: [KeyError, ValueError], tags: [], forbids: [].}
proc deleteBuilder(self: MariadbQuery): string {....raises: [KeyError, ValueError], tags: [], forbids: [].}
proc deleteByIdBuilder(self: MariadbQuery; id: int; key: string): string {. ...raises: [ValueError, KeyError], tags: [], forbids: [].}
proc insertValueBuilder(self: MariadbQuery; items: JsonNode): string {. ...raises: [ValueError, KeyError], tags: [], forbids: [].}
proc insertValuesBuilder(self: MariadbQuery; rows: openArray[JsonNode]): string {. ...raises: [ValueError, KeyError], tags: [], forbids: [].}
proc maxBuilder(self: MariadbQuery; column: string): string {. ...raises: [KeyError, ValueError], tags: [], forbids: [].}
proc minBuilder(self: MariadbQuery; column: string): string {. ...raises: [KeyError, ValueError], tags: [], forbids: [].}
proc selectBuilder(self: MariadbQuery): string {....raises: [KeyError, ValueError], tags: [], forbids: [].}
proc selectFindBuilder(self: MariadbQuery; key: string): string {. ...raises: [ValueError, KeyError], tags: [], forbids: [].}
proc selectFirstBuilder(self: MariadbQuery): string {. ...raises: [KeyError, ValueError], tags: [], forbids: [].}
proc sumBuilder(self: MariadbQuery; column: string): string {. ...raises: [KeyError, ValueError], tags: [], forbids: [].}
proc updateBuilder(self: MariadbQuery; items: JsonNode): string {. ...raises: [KeyError, ValueError], tags: [], forbids: [].}