src/allographer/v1/query_builder/models/postgres/postgres_connections

Procs

proc `$`(self: PostgresConnections | PostgresQuery): string
proc raw(self: PostgresConnections; sql: string; arges = newJArray()): RawPostgresQuery {.
    ...raises: [], tags: [].}

arges is JArray

can't use BLOB data.

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