Changeset 248 for elixir/trunk/elixir/__init__.py
- Timestamp:
- 10/28/07 21:06:00 (6 years ago)
- Files:
-
- 1 modified
-
elixir/trunk/elixir/__init__.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
elixir/trunk/elixir/__init__.py
r224 r248 5 5 ActiveMapper SQLAlchemy extension, and the TurboEntity project. Elixir is a 6 6 fairly thin wrapper around SQLAlchemy, which provides the ability to define 7 model objects following the Active Record design pattern, and using a DSL8 syntax similar to that of the Ruby on Rails ActiveRecord system.7 model objects following the Active Record design pattern, and using a 8 syntax familiar to users of other Object Relational Mappers, like SQLObject. 9 9 10 10 Elixir does not intend to replace SQLAlchemy's core features, but instead
