Relative Content

Tag Archive for sqlalchemyasyncpg

connect_args in SQLAlchemy’s create_async_engine

I’m attempting to add connect_args to create_async_engine, the asynchronous version of the create_engine. Specifically, I’m trying to append {"options": csearch_path={...}} to the connect_args to detail my schema.