Hello,
I would like to access to the db variable declared in db.py in another thread but I get this error:
AttributeError: 'thread._local' object has no attribute '_pydal_connection_140400076448208_2359
Despite a lot of research, I can't find a way to make it work. Does anyone has an idea of how to counter this problem ?