Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

Sqlalchemy

< >

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

#331on PLDB 18Years Old
Download source code:
git clone https://github.com/sqlalchemy/sqlalchemy
HomepageSource CodeWikipediaTwitterDocsMailing List

The Database Toolkit for Python


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

- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements

Built with Scroll v144.0.0