### Research - [X] I have searched the [[pandas] tag](https://stackoverflow.com/questions/tagged/pandas) on StackOverflow for similar questions. - [X] I have asked my usage related question on [StackOverflow](https://stackoverflow.com). ### Link to question on StackOverflow https://stackoverflow.com/questions/75566585/how-can-i-use-df-to-sql-with-sqlalchemy-asyncsession-asyncegine ### Question about pandas ```python df.to_sql("temp_data", engine) ``` Expecting similar things where engine is AsyncEngine