-
-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support raw SQL Alchemy #110
base: main
Are you sure you want to change the base?
Conversation
DebugToolbar can receive an sql alchemy engine explicitly, in which case it will install engine events that record queries. Otherwise, it falls back to old Flask-SQLAlchemy behavior.
For anyone that wants this sort of functionality, a separate python module exists called fdt-sqlalchemy. It has a bug where there is an errant print, which I've removed and documented a workaround for here. |
Thanks for the work and the information.... |
I know it's been a long time, but do you still have any interest in this? |
Hi. Yes I have interest. Hopefully will get to it on a weekend soon. Please ping me if I forget. |
Sounds good, thanks @illume , no rush. Thanks! |
Based on pull request from dtheodor for issue #71. With the conflict fixed.
Happy to fix any other issues that come up to get this in a release.