Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Commit cafa77d

Browse files
Merge pull request #52 from florimondmanca/patch-2
Add link to SQLAlchemy Core tutorial
2 parents 19e7669 + c3f917d commit cafa77d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ custom column types.
6565

6666
## Queries
6767

68-
You can now use any [SQLAlchemy core][sqlalchemy-core] queries:
68+
You can now use any [SQLAlchemy core][sqlalchemy-core] queries ([official tutorial][sqlalchemy-core-tutorial]):
6969

7070
```python
7171
from databases import Database
@@ -275,6 +275,7 @@ If you're using the `databases.DatabaseURL` datatype, you can obtain this using
275275
<p align="center"><i>Databases is <a href="https://github.com/encode/databases/blob/master/LICENSE.md">BSD licensed</a> code. Designed & built in Brighton, England.</i></p>
276276

277277
[sqlalchemy-core]: https://docs.sqlalchemy.org/en/latest/core/
278+
[sqlalchemy-core-tutorial]: https://docs.sqlalchemy.org/en/latest/core/tutorial.html
278279
[alembic]: https://alembic.sqlalchemy.org/en/latest/
279280
[asyncpg]: https://github.com/MagicStack/asyncpg
280281
[aiomysql]: https://github.com/aio-libs/aiomysql

0 commit comments

Comments
 (0)