sanic uses asynchronous oracle

sqlalchemy.exc.InvalidRequestError: The asyncio extension requires an async driver to be used. The loaded ‘cx_oracle’ is not async

Hi, This does not seem like a Sanic issue. The error seems to be telling you that tou need a different driver for your DB.