Akshay R Rakshayrr.hashnode.dev·May 23, 2023A wrapper class to use Postgres with FastAPI and CeleryThe problem: In Django, we can set up Celery, and Postgres and then associate them with each other by providing them in the settings.py file. This is provided out-of-the-box by Django.So the problem arises in FastAPI as there is no out-of-the-box sup...10 likes·182 readscelery