Replies: 1 comment 1 reply
-
@trengrj initialising the db = Database(app, debug=True) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there an easy way to log all SQL queries in emmett including how long each query took? I like to see SQL queries while developing an application to ensure they are optimized.
Beta Was this translation helpful? Give feedback.
All reactions