翻訳と辞書
Words near each other
・ Squalodon
・ Squalodontidae
・ Squalogadus modificatus
・ Squaloliparis dentatus
・ Squalomorphii
・ Squalor
・ Squalor (comics)
・ Squaloraja
・ Squalus formosus
・ Squalus montalbani
・ Squalus philippinus
・ Squam Lake
・ Squam Lakes Natural Science Center
・ Squam River
・ Squama
SQLAlchemy
・ SQLBits
・ SQLBuddy
・ SQLf
・ SQLFilter
・ SQLite
・ SQLite Workbench
・ SQLJ
・ Sqlnet.ora
・ SQLObject
・ Sqlstream
・ SQLXML
・ SQLyog
・ SQM
・ SQM case


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

SQLAlchemy : ウィキペディア英語版
SQLAlchemy

SQLAlchemy is an open source SQL toolkit and object-relational mapper (ORM) for the Python programming language released under the MIT License.〔
SQLAlchemy 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 is that SQL databases behave less and less like object collections the more size and performance start to matter, while object collections behave less and less like tables and rows the more abstraction starts to matter. For this reason it has adopted the data mapper pattern (like Hibernate for Java) rather than the active record pattern used by a number of other object-relational mappers.〔in (The architecture of open source applications )〕 However, optional plugins allow users to develop using declarative syntax.〔(Elixir )〕〔(declarative )〕
SQLAlchemy was first released in February 2006〔 and has quickly become one of the most widely used object-relational mapping tools in the Python community, alongside Django's ORM.
==Example==
The following example represents an n-to-1 relationship between movies and their directors. It is shown how user-defined Python classes create corresponding database tables, how instances with relationships are created from either side of the relationship, and finally how the data can be queried—illustrating automatically-generated SQL queries for both lazy and eager loading.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「SQLAlchemy」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.