Types
PostgresSchema = ref object rdb*: PostgresConnections table*: Table column*: Column
Procs
proc new(_: type PostgresSchema; rdb: PostgresConnections; table: Table): PostgresSchema
proc new(_: type PostgresSchema; rdb: PostgresConnections; table: Table; column: Column): PostgresSchema