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

Sqlalchemy

< >

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

#342on PLDB 18Years Old
Download source code:
git clone https://github.com/sqlalchemy/sqlalchemy
Homepage · Source Code · Wikipedia · Twitter · Docs · Mailing 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 · Issues · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements

Built with Scroll v164.7.0