Sqlalchemy is a query language created in 2006 by Michael Bayer.
#560on PLDB | 17Years Old | 65.0kUsers |
4Books | 0Papers |
SELECT movies.id, movies.title, movies.year, movies.directed_by, directors.id, directors.name
FROM movies LEFT OUTER JOIN directors ON directors.id = movies.directed_by
title | author | year | reviews | ratings | rating |
---|---|---|---|---|---|
Essential SQLAlchemy | Rick Copeland | 2008 | 4 | 47 | 3.30 |
Essential Sqlalchemy: Mapping Python to Databases | Jason Myers | 2015 | 4 | 66 | 3.83 |
Sqlalchemy: Database Access Using Python | Mark Ramm | 2013 | 0 | 1 | 5 |
SQLAlchemy Tutorial: Python SQL toolkit and Object Relational Mapper | Gouic Books | 2020 | 0 | 1 | 4 |