www.sqlalchemy.org
Open in
urlscan Pro
45.33.79.102
Public Scan
Submitted URL: http://sqlalchemy.org/
Effective URL: https://www.sqlalchemy.org/
Submission Tags: tranco_l324
Submission: On November 04 via api from DE — Scanned from DE
Effective URL: https://www.sqlalchemy.org/
Submission Tags: tranco_l324
Submission: On November 04 via api from DE — Scanned from DE
Form analysis
1 forms found in the DOMPOST https://www.paypal.com/cgi-bin/webscr
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="AGTGR9Y8R7A8J">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
Text Content
* home * features * Feature Overview * Testimonials * blog * library * Reference * Version 2.0 (development) * Version 1.4 * Version 1.3 * Version 1.2 * Architecture * Citing SQLAlchemy * Blog Posts * Talks * Tutorials * Recipes * community * Get Support * Participate * Develop * Code of Conduct * Github * download * Current Release Series (1.4) * Maintenance Release (1.3) * Development Access * License * Version Numbering * Release Status CURRENT RELEASES 1.4.26 - 2021-10-19 - announce changes | migration notes | docs 1.3.24 - 2021-03-30 - announce changes | migration notes | docs 2.0 - next major series What's New in 2.0? | docs What if Your Project Management Tool Was Fast and Intuitive? Try Shortcut (formerly Clubhouse).ads via Carbon SPONSOR SQLALCHEMY! Donate to SQLAlchemy through PayPal -------------------------------------------------------------------------------- Sponsor SQLAlchemy through the Tidelift Subscription LATEST NEWS * SQLAlchemy 1.4.26 Released Tue, 19 Oct 2021 * SQLAlchemy 1.4.25 Released Thu, 23 Sep 2021 * SQLAlchemy 1.4.24 Released Wed, 22 Sep 2021 * SQLAlchemy 1.4.23 Released Wed, 18 Aug 2021 * SQLAlchemy 1.4.22 Released Thu, 22 Jul 2021 More news... FOLLOW THE PYTHON SQL TOOLKIT AND OBJECT RELATIONAL MAPPER SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. It provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language. SQLALCHEMY'S PHILOSOPHY SQL databases behave less like object collections the more size and performance start to matter; object collections behave less like tables and rows the more abstraction starts to matter. SQLAlchemy aims to accommodate both of these principles. SQLAlchemy considers the database to be a relational algebra engine, not just a collection of tables. Rows can be selected from not only tables but also joins and other select statements; any of these units can be composed into a larger structure. SQLAlchemy's expression language builds on this concept from its core. SQLAlchemy is most famous for its object-relational mapper (ORM), an optional component that provides the data mapper pattern, where classes can be mapped to the database in open ended, multiple ways - allowing the object model and database schema to develop in a cleanly decoupled way from the beginning. SQLAlchemy's overall approach to these problems is entirely different from that of most other SQL / ORM tools, rooted in a so-called complimentarity- oriented approach; instead of hiding away SQL and object relational details behind a wall of automation, all processes are fully exposed within a series of composable, transparent tools. The library takes on the job of automating redundant tasks while the developer remains in control of how the database is organized and how SQL is constructed. The main goal of SQLAlchemy is to change the way you think about databases and SQL! Read some key features of SQLAlchemy, as well as what people are saying about SQLAlchemy. Who Uses SQLAlchemy SQLAlchemy is used by organizations such as: * Yelp! * reddit * DropBox * The OpenStack Project * Survey Monkey Learn More * Library - main index of documentation, videos, talks, and more * Overview of Key Features * Testimonials Resources * Download * Blog * Getting Support * Participate * Development SQLAlchemy Sponsors Website content copyright © by SQLAlchemy authors and contributors. SQLAlchemy and its documentation are licensed under the MIT license. SQLAlchemy is a trademark of Michael Bayer. mike(&)zzzcomputing.com All rights reserved. Website generation by zeekofile, with huge thanks to the Blogofile project.