Closed treeform closed 4 years ago
Getting this error now:
asyncpg/apg_core.nim(528, 9) template/generic instantiation from here apg_core.nim(503, 14) Error: type mismatch: got <nil> but expected 'string'
see https://github.com/cheatfate/asyncpg/pull/8
I ended up writing my own async pg lib that does not have this issue here: https://github.com/treeform/pg
Getting this error now: