gee-shibasaki

Results 1 issues of gee-shibasaki

databases:0.5.5 I am using Postgres, and trying to change search_path. ``` import asyncio async def method(): await database.connect() await database.execute(query="SET search_path TO my_schema, public;") path = await database.execute(query="show search_path;") print(path)...