encode / databases

Async database support for Python. 🗄
https://www.encode.io/databases/
BSD 3-Clause "New" or "Revised" License
3.85k stars 262 forks source link

docs: Update sqlalchemy core tutorial link #517

Closed njanke96 closed 1 year ago

njanke96 commented 2 years ago

The current link in the docs (specifying the version "latest") now points to the docs for the SQLAlchemy 2.0 beta. This PR changes the link to strictly specify version 1.4.

It would also be possible to change the link to point to "stable" rather than "latest", however 1.4 seemed more appropriate as "stable" will likely point to 2.0 before this library migrates.

Cheers

njanke96 commented 1 year ago

Updated

rafalp commented 1 year ago

Thank you!