Download List

프로젝트 설명

Elixir is a declarative layer on top of
SQLAlchemy. It is a fairly thin wrapper that
provides the ability to define model objects
following the Active Record design pattern, and
using a DSL syntax similar to that of the Ruby on
Rails ActiveRecord system. It does not intend to
replace SQLAlchemy's core features, but instead
focuses on providing a simpler syntax for defining
model objects when you do not need the full
expressiveness of SQLAlchemy's manual mapper
definitions.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-07-22 23:18
0.6.0

이 릴리스 SQLAlchemy 0.5, 엔티티를 몇 가지 모듈, 새로운 방법을 통해 기본부터 엔티티 엔티티를 업데이 트하거나 계층 (JSON - 좋아 엔티티를 덤프) 사전 구조의 확산을위한보다 나은 지원 및 기타 기타 개선을위한 지원을 제공합니다. 기본적으로 세션이 특성을 또한 기본값으로 SQLAlchemy 라인에 더 많은 수 (만약 당신이 기본적으로 세션을 이용하시기 바랍니다 업그레이 드 노트를보고) 바뀌었다. 또한 버그수정의 무리, 주로 비 관련 기본 스키마와 autoloaded 기관을 갖추고있습니다.
Tags: Major feature enhancements
This release features support for SQLAlchemy 0.5, better support for entities spread across several modules, new methods on the base entity to update entities from or dump entities to a hierarchical (JSON-like) dictionary structure, and other miscellaneous improvements. The default session characteristics were also changed to be more in line with SQLAlchemy defaults (if you were using the default session, please look at the upgrade notes). It also features a bunch of bugfixes, mostly related to non-default schema and autoloaded entities.

2008-03-28 21:42
0.5.2

(대부분) 파이썬 2.3 호환성을 복원이 사소한 bugfix 릴리스입니다.
Tags: Minor bugfixes
This is a minor bugfix release (mostly restoring Python 2.3 compatibility).

2008-02-07 19:12
0.5.1

이것은 대부분 bugfix 릴리스 사람이 상속을 사용하여 (특히)이다, 그러나 그것은 또한, 개체 관리를위한 새로운 플러그인으로 (명령) 목록, 사용자 지정 기본 클래스에 대한 향상된 지원을 포함한, 그리고 대체 (좋네요) 사소한 몇 가지 새로운 기능이 추가되었습니다 구문 동의어 속성을 정의합니다.
Tags: Major bugfixes
This is mostly a bugfix release (especially for people using inheritance), but it also has a few minor new features, including a new plugin for managing entities as (ordered) lists, enhanced support for custom base classes, and an alternate (nicer) syntax to define synonym properties.

2007-12-09 15:08
0.5.0

이것은 대부분 bugfix 출시,하지만 꽤 중요한 변화도 옵션에 대한 기본 값을되었다.
Tags: Major bugfixes
This is mostly a bugfix release, but some pretty
important changes were also made to the default
values for options.

2007-10-29 16:13
0.4.0

새 속성 필드와 관계, 상속 여러 종류의 선언 구문을 기반으로 (또는), 그리고 다형성 아니라 데이터의 확장 버전을 구현했다. 다른 많은 새로운 기능 개선 및 버그수정이 추가되었습니다. 설명서도 크게 확장했다.
Tags: Major feature enhancements
A new attribute-based syntax to declare fields and
relationships, several kinds of inheritance
(polymorphic or not), and a data versioning
extension were implemented. Many other new
features, improvements, and bugfixes were added.
The documentation was also greatly extended.

Project Resources