I built a simple permissions system for my current Flask project, and I would like to break it out into an extension so that I can share it and use it in other projects. I'm struggling with how I might get the user's SQLAlchemy database connection for use in my extension.I built a simple permissions system for my curr