Help in connecting Neon db with DatabaseSessionService in google adk
The Problem: I keep getting this error when trying to set up my database connection:
greenlet_spawn has not been called; can't call await_only() here. Was IO attempted in an unexpected place? (Background on this error at: https://sqlalche.me/e/20/xd2s) My Setup: I'm using DatabaseSessionService with a Neon Cloud Database (PostgreSQL). Here's what my code looks like: