Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

Sqlalchemy

< >

Sqlalchemy is a query language created in 2006 by Michael Bayer.

Source code:
git clone https://github.com/sqlalchemy/sqlalchemy
#222on PLDB 18Years Old


Example from Wikipedia:
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

View source

- Build the next great programming language About Acknowledgements Extensions Day 625 feedback@pldb.io