We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fd0ee3 commit 07807f7Copy full SHA for 07807f7
README.md
@@ -54,7 +54,7 @@ Why
54
---
55
Why would you want to use this extension versus just using MySQLdb by itself?
56
The only reason is that the extension was made using Flask's best practices in relation
57
-to resources that need caching on the [app context](http://flask.pocoo.org/docs/0.12/appcontext/#context-usage).
+to resources that need caching on the [app context](https://flask.palletsprojects.com/en/2.0.x/appcontext/).
58
What that means is that the extension will manage creating and teardown the connection to MySQL
59
for you while with if you were just using MySQLdb you would have to do it yourself.
60
0 commit comments