GuruVi
GuruVi
While checking the batch documentation https://piccolo-orm.readthedocs.io/en/latest/piccolo/query_clauses/batch.html#batch, I couldn't find any configuration for passing read replica db connection as an extra node.
I get InterfaceError when execute `get_or_create()` ``` Models.objects().get_or_create( where=(........), defaults={ ............... }, ).run_sync(in_pool=False) ``` Logs: ``` Traceback (most recent call last): File "/home/-services/__pypackages__/3.10/lib/piccolo/engine/postgres.py", line 403, in _run_in_pool response = await...