Python的SQL工具包和對象關系映射器
??? SQLAlchemy的是Python的SQL工具包和對象關系映射器,讓應用程序開發人員可以使用上SQL的強大功能和靈活性。
??? 它提供了一套完整的企業級持久化模式,專為高效率和高性能的數據庫訪問而設計,簡單易用用,專門為Python語言而準備。
SQLAlchemy的理念
??? SQL數據庫與對象集合目標不同,它需要關注更大的數據容量與更高的性能;而對象集合則和數據表或數據行的目標不同,它需要更好的數據抽象。 SQLAlchemy設計的目的,就是適配這兩個原則。
??? SQLAlchemy把數據庫當作是一個關系型代數引擎,不只是數據表的一個集合。數據行不僅可以從數據表中查詢出來,也可以從數據表關聯后成形成的邏輯數據表和其他的查詢語句結果中進行查詢;這些元素可以組合形成更大的數據結構。 SQLAlchemy的表達式語言就是建立在這個核心概念之上的。
??? SQLAlchemy組件中最有名的是它的對象關系映射器(ORM),是一個提供數據映射器模式的可選組件,利用這個組件,類可以以開放式的多種方式映射到數據庫上,允許對象模型的設計和數據庫架構的設計,一開始就以分離方式進行各自的開發。
??? SQLAlchemy的目標,就是改變你對數據庫和SQL的觀念!
??? 了解一些SQLAlchemy的 主要特點 ,以及人們對 SQLAlchemy的一些探討 。
??? 誰在使用SQLAlchemy?
??? 以下公司正在使用SQLAlchemy:
???? 更多
???? 了解更多內容
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.
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:
more... - Learn More
- Resources
更多文章、技術交流、商務合作、聯系博主
微信掃碼或搜索:z360901061

微信掃一掃加我為好友
QQ號聯系: 360901061
您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描下面二維碼支持博主2元、5元、10元、20元等您想捐的金額吧,狠狠點擊下面給點支持吧,站長非常感激您!手機微信長按不能支付解決辦法:請將微信支付二維碼保存到相冊,切換到微信,然后點擊微信右上角掃一掃功能,選擇支付二維碼完成支付。
【本文對您有幫助就好】元
